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 e4f4fb1 commit d78bff9Copy full SHA for d78bff9
.travis.yml
@@ -48,6 +48,7 @@ jobs:
48
script:
49
- npm run test:unit -- --coverage
50
- npm run test:e2e
51
+ - npm run build
52
after_script:
53
- cat ./coverage/lcov.info | coveralls
54
- ./cc-test-reporter after-build --exit-code ${TRAVIS_TEST_RESULT}
0 commit comments