We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5426bf9 commit 33322c6Copy full SHA for 33322c6
.travis.yml
@@ -30,6 +30,8 @@ before_script:
30
script:
31
- npm run build
32
- ./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
35
# Can't run until https://github.com/angular/protractor/issues/2784 is resolved
36
#- ./node_modules/.bin/protractor protractor.conf.js --browser firefox
37
0 commit comments