diff --git a/.travis.yml b/.travis.yml index 877a0f9..26d2663 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: node_js node_js: - node + - 10 + - 8 - 6 +install: npm install before_script: - npm install edition-node - npm install starterkit-mustache-base