Skip to content

Commit

Permalink
Update Xcode and simulator versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kemp committed Jan 17, 2020
1 parent a2b8b8e commit 8b20c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode8.1
osx_image: xcode11.3
sudo: false
before_install:
- gem install xcpretty
Expand All @@ -11,9 +11,9 @@ install:
- bundle install
env:
matrix:
- XCODE_SCHEME="libPusher" SDK="iphonesimulator" DESTINATION="OS=10.1,name=iPhone 7"
- XCODE_SCHEME="libPusher" SDK="iphonesimulator" DESTINATION="OS=13.3,name=iPhone 11"
- XCODE_SCHEME="libPusher-OSX" SDK="macosx" DESTINATION="arch=x86_64"
- XCODE_SCHEME="Functional Specs" SDK="iphonesimulator" DESTINATION="OS=10.1,name=iPhone 7"
- XCODE_SCHEME="Functional Specs" SDK="iphonesimulator" DESTINATION="OS=13.3,name=iPhone 11"
script:
- set -o pipefail
- rackup -p 9292 Scripts/auth_server.ru > logs.txt 2>&1 &
Expand Down

0 comments on commit 8b20c30

Please sign in to comment.