Match node version from package.json in travis.yml

pull/386/head
Gijs 7 years ago committed by GitHub
parent 264946aa15
commit f6443ed18b

@ -1,7 +1,7 @@
language: node_js
sudo: false
node_js:
- '6.0'
- '6.5'
script:
- npm run lint
- npm run test

Loading…
Cancel
Save