Skip to content

Commit

Permalink
Merge pull request #670 from stephencelis/travis-update
Browse files Browse the repository at this point in the history
Travis sneakily replaced the Xcode 8.3 image
  • Loading branch information
jberkel authored Jun 16, 2017
2 parents ee7cef1 + ca62772 commit 92db670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ osx_image: xcode8.3
env:
global:
- IOS_SIMULATOR="iPhone 6s"
- IOS_VERSION="10.3.1"
matrix:
include:
- env: BUILD_SCHEME="SQLite iOS"
Expand Down
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ev
if [ -n "$BUILD_SCHEME" ]; then
if [ -n "$IOS_SIMULATOR" ]; then
make test BUILD_SCHEME="$BUILD_SCHEME" IOS_SIMULATOR="$IOS_SIMULATOR"
make test BUILD_SCHEME="$BUILD_SCHEME" IOS_SIMULATOR="$IOS_SIMULATOR" IOS_VERSION="$IOS_VERSION"
else
make test BUILD_SCHEME="$BUILD_SCHEME"
fi
Expand Down

0 comments on commit 92db670

Please sign in to comment.