Skip to content

Commit 8268275

Browse files
Merge pull request #130 from NativeScript/dtodorov/xcode-10
chore: bump xcode to 10, add pip install scripts
2 parents 4bc99f7 + 9dbbf7b commit 8268275

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.travis.yml

+10-6
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ matrix:
2020
- stage: "Build and WebPack"
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
@@ -44,9 +44,9 @@ matrix:
4444
- "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"
4545
- os: osx
4646
env:
47-
- BuildiOS="11"
48-
- Xcode="9.2"
49-
osx_image: xcode9.2
47+
- BuildiOS="12.0"
48+
- Xcode="10.0"
49+
osx_image: xcode10.0
5050
language: node_js
5151
node_js: "8"
5252
jdk: oraclejdk8
@@ -92,8 +92,12 @@ cache:
9292
- .nvm
9393
- $HOME/.gradle/caches/
9494
- $HOME/.gradle/wrapper/
95+
96+
before_install:
97+
- sudo pip install --upgrade pip
98+
- sudo pip install six
9599

96100
install:
97101
- echo no | npm install -g nativescript
98102
- tns usage-reporting disable
99-
- tns error-reporting disable
103+
- tns error-reporting disable

0 commit comments

Comments
 (0)