Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 80403e9

Browse files
Merge pull request #165 from NativeScript/dtodorov/xcode-10
chore: bump xcode to 10, add pip install scripts
2 parents d030d63 + 895142d commit 80403e9

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.travis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ matrix:
1212
os: osx
1313
env:
1414
- Webpack="iOS"
15-
osx_image: xcode9.2
15+
osx_image: xcode10.0
1616
language: node_js
1717
node_js: "8"
1818
jdk: oraclejdk8
@@ -34,9 +34,9 @@ matrix:
3434
- cd src && npm i && npm run tsc && cd ../demo && tns build android
3535
- os: osx
3636
env:
37-
- BuildiOS="11"
38-
- Xcode="9.2"
39-
osx_image: xcode9.2
37+
- BuildiOS="12.0"
38+
- Xcode="10.0"
39+
osx_image: xcode10.0
4040
language: node_js
4141
node_js: "8"
4242
jdk: oraclejdk8
@@ -63,7 +63,7 @@ matrix:
6363
jdk: oraclejdk8
6464
env:
6565
- iOS="UnitTests"
66-
osx_image: xcode9.2
66+
osx_image: xcode10.0
6767
script:
6868
- cd src && npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios
6969
- travis_wait travis_retry tns test ios --justlaunch
@@ -79,6 +79,10 @@ android:
7979
- extra-android-m2repository
8080
- sys-img-armeabi-v7a-android-21
8181

82+
before_install:
83+
- sudo pip install --upgrade pip
84+
- sudo pip install six
85+
8286
install:
8387
- echo no | npm install -g nativescript
8488
- tns usage-reporting disable

0 commit comments

Comments
 (0)