Skip to content

Commit

Permalink
update travis.yml to test with the pinned LTS version of node instead…
Browse files Browse the repository at this point in the history
… of auto-updating to latest
  • Loading branch information
aeschylus committed May 30, 2017
1 parent e220d6d commit 6d8d52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: node_js
sudo: false
node_js:
- '5'
- 'node'
- 'v6.10.3'
before_install:
- npm install
script:
Expand Down

0 comments on commit 6d8d52d

Please sign in to comment.