Skip to content

Commit

Permalink
Update .travis.yml for swift 5.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shndrs authored Jul 13, 2019
1 parent 362375a commit 2a751f8
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,10 +1,10 @@
language: objective-c

osx_image: xcode10.1
osx_image: xcode10.2.1
env:
matrix:
- TEST_SDK=iphonesimulator12.1 OS=12.1 NAME='iPhone XR'
- TEST_SDK=iphonesimulator12.1 OS=12.1 NAME='iPhone 7'
- TEST_SDK=iphonesimulator12.2 OS=12.1 NAME='iPhone XR'
- TEST_SDK=iphonesimulator12.2 OS=12.1 NAME='iPhone 7'

script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -project EZProgressHUD.xcodeproj -scheme EZProgressHUD -sdk $TEST_SDK -destination "platform=iOS Simulator,OS=$OS,name=$NAME" ONLY_ACTIVE_ARCH=YES

0 comments on commit 2a751f8

Please sign in to comment.