Skip to content

Commit

Permalink
ci(travis): add node lts/* && stable
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Jan 29, 2018
1 parent 158f821 commit 685d9ff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
language: node_js

node_js:
- "4"
- "6"
- stable
- lts/*
- 6
- 4

notifications:
email: false

0 comments on commit 685d9ff

Please sign in to comment.