Add travis staging

This commit is contained in:
Crawl
2017-05-13 19:16:32 +02:00
parent 8a7a805d92
commit b9172ffe22

View File

@@ -1,16 +1,20 @@
language: node_js language: node_js
node_js: node_js:
- "6" - "6"
- "7" - "7"
cache: cache:
directories: directories:
- node_modules - node_modules
install: npm install install: npm install
script: script: bash ./deploy/test.sh
- bash ./deploy/deploy.sh jobs:
env: include:
global: - stage: build
- ENCRYPTION_LABEL: "af862fa96d3e" node_js: "6"
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com" script: bash ./deploy/deploy.sh
dist: trusty env:
sudo: false global:
- ENCRYPTION_LABEL: "af862fa96d3e"
- COMMIT_AUTHOR_EMAIL: "amishshah.2k@gmail.com"
dist: trusty
sudo: false