Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Pham committed Apr 11, 2019
1 parent 3d9234d commit 73bee2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode9
osx_image: xcode10.2
language: objective-c
cache: cocoapods
podfile: Example/Podfile
Expand All @@ -7,8 +7,7 @@ before_install:
- pod repo update
- pod install --project-directory=Example
script:
- open -b com.apple.iphonesimulator
- xcodebuild -scheme UITextField_Navigation_Tests -workspace Example/UITextField-Navigation.xcworkspace -sdk iphonesimulator11.0 -destination 'platform=iOS Simulator,name=iPhone X,OS=11.0' build test | xcpretty
- xcodebuild -scheme UITextField_Navigation_Tests -workspace Example/UITextField-Navigation.xcworkspace -sdk iphonesimulator11.0 -destination 'platform=iOS Simulator,name=iPhone X,OS=12.2' build test | xcpretty
- pod lib lint
after_success:
- bash <(curl -s https://codecov.io/bash) -J 'UITextField_Navigation'

0 comments on commit 73bee2e

Please sign in to comment.