This repository was archived by the owner on Nov 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff 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+
8286install :
8387 - echo no | npm install -g nativescript
8488 - tns usage-reporting disable
You can’t perform that action at this time.
0 commit comments