travis: need node.js v6

master
Will Roberts 7 years ago
parent a13099d1ba
commit 7fb25fb4ce
  1. 2
      .travis.yml

@ -6,6 +6,8 @@ python:
- 3.4
- 3.5
- 3.6
node_js:
- 6
install:
- pip install cookiecutter
- pip install invoke==0.14.0

Loading…
Cancel
Save