travis: nvm install node

master
Will Roberts 7 years ago
parent 80a36d2a73
commit ca71ac6584
  1. 1
      .travis.yml

@ -9,6 +9,7 @@ python:
install: install:
- pip install cookiecutter - pip install cookiecutter
- pip install invoke==0.14.0 - pip install invoke==0.14.0
- nvm install node
- nvm use node - nvm use node
script: script:
- invoke test - invoke test

Loading…
Cancel
Save