Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
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
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
os: osx
env:
- Webpack="iOS"
osx_image: xcode10.0
osx_image: xcode10.2
language: node_js
node_js: "10"
jdk: oraclejdk8
Expand All @@ -39,7 +39,7 @@ matrix:
env:
- BuildiOS="12.0"
- Xcode="10.0"
osx_image: xcode10.0
osx_image: xcode10.2
language: node_js
node_js: "10"
jdk: oraclejdk8
Expand Down Expand Up @@ -67,7 +67,7 @@ matrix:
jdk: oraclejdk8
env:
- iOS="UnitTests"
osx_image: xcode10.0
osx_image: xcode10.2
before_script: pod repo update
script:
- cd src && npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios
Expand Down