Revise Travis scripts, and use only Node 8

This commit is contained in:
Schuyler Cebulskie
2017-06-02 00:12:27 -04:00
parent a2520efa1a
commit 45cf05746d
3 changed files with 10 additions and 24 deletions

View File

@@ -1,7 +1,5 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
cache:
directories:
@@ -11,7 +9,7 @@ script: bash ./deploy/test.sh
jobs:
include:
- stage: build
node_js: "6"
node_js: "8"
script: bash ./deploy/deploy.sh
env:
global: