Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ matrix:
- stage: "Build and WebPack"
os: osx
env:
- WebPackiOS="11"
osx_image: xcode9.2
- WebPackiOS="12.0"
osx_image: xcode10.0
language: node_js
node_js: "8"
jdk: oraclejdk8
Expand All @@ -44,9 +44,9 @@ matrix:
- "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"
- os: osx
env:
- BuildiOS="11"
- Xcode="9.2"
osx_image: xcode9.2
- BuildiOS="12.0"
- Xcode="10.0"
osx_image: xcode10.0
language: node_js
node_js: "8"
jdk: oraclejdk8
Expand Down Expand Up @@ -92,8 +92,12 @@ cache:
- .nvm
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

before_install:
- sudo pip install --upgrade pip
- sudo pip install six

install:
- echo no | npm install -g nativescript
- tns usage-reporting disable
- tns error-reporting disable
- tns error-reporting disable