ci(travis): Upgrade node from 6 to 8

This commit is contained in:
Jan Piotrowski 2019-07-02 20:59:02 +02:00 committed by GitHub
parent 7936e7ea54
commit be85a1b14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@ addons:
env: env:
global: global:
- SAUCE_USERNAME=snay - SAUCE_USERNAME=snay
- TRAVIS_NODE_VERSION=6 - TRAVIS_NODE_VERSION=8
- ANDROID_API_LEVEL=28 - ANDROID_API_LEVEL=28
- ANDROID_BUILD_TOOLS_VERSION=28.0.3 - ANDROID_BUILD_TOOLS_VERSION=28.0.3
language: node_js language: node_js
node_js: 6 node_js: 8
# yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027 # yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027