From 5db3ab742b230d308c7aee72004d40bbbdbb155f Mon Sep 17 00:00:00 2001 From: Crawl Date: Sat, 13 May 2017 19:09:26 +0200 Subject: [PATCH] Update travis build stages --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 24ba2bf1e..74323ddbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,14 @@ language: node_js +node_js: + - "6" + - "7" cache: directories: - node_modules install: npm install +script: bash ./deploy/test.sh jobs: include: - - stage: test - node_js: - - "6" - - "7" - script: bash ./deploy/test.sh - stage: build node_js: "6" script: bash ./deploy/deploy.sh