Skip to content

Commit

Permalink
Switch release build to xcode 10 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoger authored and vladikoff committed Sep 12, 2018
1 parent a3bcf30 commit 46dc121
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
Expand Up @@ -3,8 +3,8 @@ language: rust
# (The version in Travis's default Ubuntu Trusty is much too old).
os: osx
osx_image:
- xcode9.4
- xcode10
- xcode9.4 # Remove once 10 is released
before_install:
- brew install sqlcipher --with-fts
rust:
Expand All @@ -22,7 +22,7 @@ jobs:
- stage: iOS GitHub Release
if: tag IS present
rust: beta
osx_image: xcode9.4
osx_image: xcode10
script: ./scripts/travis-ci-ios.sh
deploy:
provider: releases
Expand Down

0 comments on commit 46dc121

Please sign in to comment.