travis: try using nvm

master
Will Roberts 7 years ago
parent 7fb25fb4ce
commit 80a36d2a73
  1. 1
      .nvmrc
  2. 3
      .travis.yml

@ -0,0 +1 @@
6.10

@ -6,10 +6,9 @@ python:
- 3.4
- 3.5
- 3.6
node_js:
- 6
install:
- pip install cookiecutter
- pip install invoke==0.14.0
- nvm use node
script:
- invoke test

Loading…
Cancel
Save