Skip to content

Commit

Permalink
Update CI image to Xcode 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcocanc committed Mar 16, 2019
1 parent f2f1fa5 commit 26edb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode10.1
osx_image: xcode10.2
before_install: true
install: true
branches:
Expand All @@ -14,7 +14,7 @@ cache:
jobs:
include:
- stage: unit tests
osx_image: xcode10.1
osx_image: xcode10.2
script:
- XCODE_SCHEME=ReactiveCocoa-macOS
XCODE_SDK=macosx
Expand Down

0 comments on commit 26edb81

Please sign in to comment.