Skip to content

Commit

Permalink
Merge pull request #3 from AIRTucha/master
Browse files Browse the repository at this point in the history
Fix issue with lack of build on CI
  • Loading branch information
rickyplouis committed Jul 23, 2019
2 parents c123170 + d0b67cf commit 87aeac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
script: npm run build
- stage: Produce Coverage
node_js: node
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
script: npm run build && jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit 87aeac9

Please sign in to comment.