Skip to content

Commit 4985c9e

Browse files
committedMar 29, 2018
Travis futzing
1 parent bd23c78 commit 4985c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414
sudo: required
1515
dist: trusty
1616
env:
17-
- SWIFT_VERSIONS="4.0.0"
17+
- SWIFT_VERSION="4.0"
1818
- SWIFTENV_ROOT="$HOME/.swiftenv"
1919
- PATH="$SWIFTENV_ROOT/bin:$SWIFTENV_ROOT/shims:$PATH"
2020
env:

‎ci/travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
99
-project ${FRAMEWORK_NAME}.xcodeproj \
1010
-scheme "${FRAMEWORK_NAME}-iOS" \
1111
-sdk iphonesimulator \
12-
-destination "platform=iOS Simulator,name=iPhone 7,OS=11.0.0" \
12+
-destination "platform=iOS Simulator,name=iPhone 7,OS=10.3.1" \
1313
ONLY_ACTIVE_ARCH=NO \
1414
test | xcpretty
1515

0 commit comments

Comments
 (0)
Failed to load comments.