Skip to content

Commit 0dde8ae

Browse files
committed
test: add npm artifact build step to Travis
1 parent c83bd46 commit 0dde8ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ before_script:
3030
script:
3131
- npm run build
3232
- ./node_modules/.bin/karma start --single-run --browsers Firefox --reporters mocha
33+
# Make sure the build that ships to npm builds without errors
34+
- npm run build_npm
3335
# Can't run until https://github.com/angular/protractor/issues/2784 is resolved
3436
#- ./node_modules/.bin/protractor protractor.conf.js --browser firefox
3537

0 commit comments

Comments
 (0)