fix: build with node 8

This commit is contained in:
iCrawl 2018-02-17 18:13:01 +01:00
parent da14e33ff7
commit 2254a3ee11
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE

View file

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