Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Day committed Jun 6, 2018
1 parent 4e51b4a commit 5e8c9b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- "8"
- "7"
- "6"
script:
script:
- npm test
after_script:
- npm run coveralls
after_success:
- npm run coveralls

0 comments on commit 5e8c9b3

Please sign in to comment.