Skip to content

Commit

Permalink
only test recent node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pghalliday committed Jun 28, 2017
1 parent a8d2499 commit 5e8d958
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "4"
- "0.12"
- "0.10"
install:
- npm update npm -g
- npm install
language: node_js
node_js:
- "node"
- "lts/*"
install:
- npm update npm -g
- npm install

0 comments on commit 5e8d958

Please sign in to comment.