Skip to content

Commit

Permalink
Test using the latest stable node
Browse files Browse the repository at this point in the history
https://docs.travis-ci.com/user/languages/javascript-with-nodejs says
you can use 'node' to use the latest stable version
  • Loading branch information
The-Alchemist authored and jason0x43 committed Jul 21, 2017
1 parent d3f8b20 commit 074f8d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ sudo: false
language: node_js
node_js:
- '0.12'
- '6.5.0'
- '6'
- 'node'
env:
global:
# Please get your own free key if you want to test yourself
Expand All @@ -15,7 +16,9 @@ matrix:
exclude:
- node_js: '0.12'
env: INTERN_NODE_ONLY=0
- node_js: '6.5.0'
- node_js: '6'
env: INTERN_NODE_ONLY=0
- node_js: 'node'
env: INTERN_NODE_ONLY=1
cache:
directories:
Expand Down

0 comments on commit 074f8d8

Please sign in to comment.