Skip to content

chore: bump xcode to 10, add pip install scripts #175

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 1 commit into from
Oct 12, 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
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
os: osx
env:
- WebPack="iOS"
osx_image: xcode9.2
osx_image: xcode10.0
language: node_js
node_js: "8"
jdk: oraclejdk8
Expand Down Expand Up @@ -50,9 +50,9 @@ matrix:
- cd src && npm i && npm run tsc && cd ../demo && npm i && tns build android && cd ../demo-angular && npm i && tns build android
- os: osx
env:
- BuildiOS="11"
- Xcode="9.2"
osx_image: xcode9.2
- BuildiOS="12.0"
- Xcode="10.0"
osx_image: xcode10.0
language: node_js
node_js: "8"
jdk: oraclejdk8
Expand All @@ -69,7 +69,11 @@ android:
- android-23
- extra-android-m2repository

before_install:
- sudo pip install --upgrade pip
- sudo pip install six

install:
- echo no | npm install -g nativescript
- tns usage-reporting disable
- tns error-reporting disable
- tns error-reporting disable