Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
you21979 committed Mar 28, 2018
1 parent 1eddede commit fe23222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ node_js:
- "8"
- "6"
- "4"
script: npm test --coverage
after_install:
script:
- npm run build
- npm test --coverage
after_success:
- npm run coveralls

0 comments on commit fe23222

Please sign in to comment.