From 7fb25fb4ce7832b94990fc6b91df2491a4a90b90 Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Wed, 21 Jun 2017 13:44:59 +0200 Subject: [PATCH] travis: need node.js v6 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 49423be..6f33bf0 100644 --- a/.travis.yml +++ b/.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