Skip to content

Commit

Permalink
test: add npm artifact build step to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbcross committed Sep 16, 2016
1 parent 7b33938 commit 71ea5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ before_script:
script:
- npm run build
- ./node_modules/.bin/karma start --single-run --browsers Firefox --reporters mocha
# Make sure the build that ships to npm builds without errors
- npm run build_npm
# Can't run until https://github.com/angular/protractor/issues/2784 is resolved
#- ./node_modules/.bin/protractor protractor.conf.js --browser firefox

Expand Down

0 comments on commit 71ea5e6

Please sign in to comment.