Update travis build stages

This commit is contained in:
Crawl
2017-05-13 19:09:26 +02:00
parent 833bfa1cba
commit 5db3ab742b

View File

@@ -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