Skip to content

Commit

Permalink
TravisCI - build dev versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Feb 9, 2017
1 parent 64d9902 commit 4949e7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ before_script:
- npm install -g [email protected]

script:
- npm run build_knockout_dev
- npm run build_knockout_prod
- npm run build_react_dev
- npm run build_react_prod
- npm run build_angular_dev
- npm run build_angular_prod
- npm run build_jquery_dev
- npm run build_jquery_prod
- karma start --single-run

Expand All @@ -22,4 +26,3 @@ deploy:
skip_cleanup: true
on:
tags: true

0 comments on commit 4949e7a

Please sign in to comment.