From 833bfa1cbaf0cbde8ba61efb46c41008ed249281 Mon Sep 17 00:00:00 2001 From: Crawl Date: Sat, 13 May 2017 19:04:30 +0200 Subject: [PATCH] Move node versions --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 88e0a9d4a..24ba2bf1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,4 @@ language: node_js -node_js: - - "6" - - "7" cache: directories: - node_modules @@ -9,6 +6,9 @@ install: npm install jobs: include: - stage: test + node_js: + - "6" + - "7" script: bash ./deploy/test.sh - stage: build node_js: "6"