Skip to content

Commit

Permalink
fix(ci): fix issue where release happened without build
Browse files Browse the repository at this point in the history
  • Loading branch information
eknowles committed Jun 3, 2018
1 parent ab3096a commit ee2b5cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ node_js:
- node
jobs:
include:
- stage: Compile TypeScript for Distribution
node_js: node
script: yarn build
- stage: Produce Coverage
node_js: node
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
Expand Down

0 comments on commit ee2b5cd

Please sign in to comment.