revert: changes to node 8

This commit is contained in:
iCrawl
2018-02-17 18:19:56 +01:00
parent 2254a3ee11
commit 5454a074ee
2 changed files with 2 additions and 3 deletions

View File

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