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 c83bd46 commit 0dde8aeCopy full SHA for 0dde8ae
.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