Skip to content

Commit

Permalink
Udpate Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
masotime committed Nov 27, 2018
1 parent a338bfd commit a19b71a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: node_js
node_js:
- "10"
- "8"
- "6"
- "4"
after_success: npm run coverage
after_success: npm run coverage
install: npm install

0 comments on commit a19b71a

Please sign in to comment.