Skip to content

Commit 6d16850

Browse files
Merge pull request #175 from NativeScript/dtodorov/xcode-10
chore: bump xcode to 10, add pip install scripts
2 parents 689e0e9 + d543392 commit 6d16850

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
@@ -50,9 +50,9 @@ matrix:
5050
- cd src && npm i && npm run tsc && cd ../demo && npm i && tns build android && cd ../demo-angular && npm i && tns build android
5151
- os: osx
5252
env:
53-
- BuildiOS="11"
54-
- Xcode="9.2"
55-
osx_image: xcode9.2
53+
- BuildiOS="12.0"
54+
- Xcode="10.0"
55+
osx_image: xcode10.0
5656
language: node_js
5757
node_js: "8"
5858
jdk: oraclejdk8
@@ -69,7 +69,11 @@ android:
6969
- android-23
7070
- extra-android-m2repository
7171

72+
before_install:
73+
- sudo pip install --upgrade pip
74+
- sudo pip install six
75+
7276
install:
7377
- echo no | npm install -g nativescript
7478
- tns usage-reporting disable
75-
- tns error-reporting disable
79+
- tns error-reporting disable

0 commit comments

Comments
 (0)