Skip to content

Commit

Permalink
Run coverage only once per commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajevp committed Jan 2, 2018
1 parent 91a5e25 commit 34db27d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ node_js:
- "8"
- "6"
- "4"
script: npm run test:coveralls
script: npm test
jobs:
include:
- stage: coveralls
node_js: "node"
script: npm run test:coveralls

0 comments on commit 34db27d

Please sign in to comment.