File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
8892install :
8993 - npm install -g nativescript
9094 - tns usage-reporting disable
91- - tns error-reporting disable
95+ - tns error-reporting disable
You can’t perform that action at this time.
0 commit comments