Skip to content
Snippets Groups Projects
Commit 6d8d52dc authored by aeschylus's avatar aeschylus
Browse files

update travis.yml to test with the pinned LTS version of node instead of auto-updating to latest

parent e220d6df
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ language: node_js ...@@ -2,7 +2,7 @@ language: node_js
sudo: false sudo: false
node_js: node_js:
- '5' - '5'
- 'node' - 'v6.10.3'
before_install: before_install:
- npm install - npm install
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment