mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Update .travis.yml
Update node version
This commit is contained in:
@ -3,7 +3,7 @@ env:
|
|||||||
- DATE=$(date +%Y-%m-%d)
|
- DATE=$(date +%Y-%m-%d)
|
||||||
- PACKAGE_VERSION=$DATE-$TRAVIS_BUILD_NUMBER
|
- PACKAGE_VERSION=$DATE-$TRAVIS_BUILD_NUMBER
|
||||||
- PACKAGE_NAME=tns-core-modules
|
- PACKAGE_NAME=tns-core-modules
|
||||||
- NODE_VERSION=5.10.1
|
- NODE_VERSION=6.9.4
|
||||||
- EMULATOR_API_VER=21
|
- EMULATOR_API_VER=21
|
||||||
# HACK: revert to `next` runtime as soon as the console.log issue is fixed
|
# HACK: revert to `next` runtime as soon as the console.log issue is fixed
|
||||||
- RUNTIMEVERSION=2.5.0
|
- RUNTIMEVERSION=2.5.0
|
||||||
@ -15,7 +15,7 @@ addons:
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: android
|
language: android
|
||||||
node_js:
|
node_js:
|
||||||
- 4.2.3
|
- 6.9.4
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
android:
|
android:
|
||||||
|
Reference in New Issue
Block a user