Skip to content

Commit efe7d8b

Browse files
Merge pull request #126 from NativeScript/dtodorov/xcode-10
chore: bump xcode to 10.0, add pip install script
2 parents 3ccbdf7 + 12ea4cd commit efe7d8b

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ matrix:
2020
- stage: "WebPack and Build"
2121
os: osx
2222
env:
23-
- WebpackiOS="11"
24-
osx_image: xcode9.2
23+
- WebpackiOS="12.0"
24+
osx_image: xcode10.0
2525
language: node_js
2626
node_js: "8"
2727
jdk: oraclejdk8
@@ -46,9 +46,9 @@ matrix:
4646
- "curl -u $SAUCE_USER:$SAUCE_KEY -X POST -H 'Content-Type: application/octet-stream' $ANDROID_SAUCE_STORAGE --data-binary @$ANDROID_PACKAGE_FOLDER/app-debug.apk"
4747
- os: osx
4848
env:
49-
- BuildiOS="11"
50-
- Xcode="9.2"
51-
osx_image: xcode9.2
49+
- BuildiOS="12.0"
50+
- Xcode="10.0"
51+
osx_image: xcode10.0
5252
language: node_js
5353
node_js: "8"
5454
jdk: oraclejdk8
@@ -68,7 +68,7 @@ matrix:
6868
- travis_retry npm run e2e -- --runType android23 --sauceLab --reuseDevice --appPath $ANDROID_PACKAGE
6969
- os: linux
7070
env:
71-
- iOS="10"
71+
- iOS="12.0"
7272
language: node_js
7373
node_js: "8"
7474
script:
@@ -85,7 +85,11 @@ android:
8585
- android-23
8686
- extra-android-m2repository
8787

88+
before_install:
89+
- sudo pip install --upgrade pip
90+
- sudo pip install six
91+
8892
install:
8993
- npm install -g nativescript
9094
- tns usage-reporting disable
91-
- tns error-reporting disable
95+
- tns error-reporting disable

0 commit comments

Comments
 (0)