Skip to content

chore: update node version to 8 #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ matrix:
language: android
os: linux
jdk: oraclejdk8
before_install: nvm install stable
before_install: nvm install 8
script:
- cd src && npm i && npm run tsc && cd ../demo
- travis_wait travis_retry tns build android
- os: osx
env:
- BuildiOS="11"
- Xcode="9.3"
osx_image: xcode9.3
- Xcode="9.2"
osx_image: xcode9.2
language: node_js
node_js: "8"
jdk: oraclejdk8
Expand All @@ -35,7 +35,7 @@ matrix:
- TestVersion="latest"
jdk: oraclejdk8
before_install:
- nvm install stable
- nvm install 8
before_script:
- cd seed-tests && npm i
- echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
Expand All @@ -49,7 +49,7 @@ matrix:
language: node_js
node_js: "8"
jdk: oraclejdk8
osx_image: xcode9.3
osx_image: xcode9.2
before_script:
- cd seed-tests && npm i
script: travis_wait travis_retry npm run test.ios
Expand Down