Skip to content

Commit

Permalink
Update travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Apr 7, 2019
1 parent 44d9c36 commit 464c57a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
language: objective-c
osx_image: xcode10
osx_image: xcode10.2
env:
global:
- FRAMEWORK_SCHEME="CountryPickerView"
- FRAMEWORK_PROJECT="CountryPickerView.xcodeproj"
- IOS_SDK=iphonesimulator12.0
- IOS_SDK=iphonesimulator12.2
- DEMO_SCHEME="CountryPickerViewDemo"
- DEMO_WORKSPACE=CountryPickerViewDemo/CountryPickerViewDemo.xcworkspace
- PLATFORM="platform=iOS Simulator,OS=12.0,name=iPhone X"
- PLATFORM="platform=iOS Simulator,OS=12.2,name=iPhone X"
matrix:
- BUILD_TYPE=FRAMEWORK POD_LINT="TRUE"
- BUILD_TYPE=DEMO POD_LINT="FALSE"

before_install:
- gem install cocoapods --no-rdoc --no-ri
- gem install xcpretty --no-rdoc --no-ri
- gem install cocoapods -no-rdoc -no-ri
- gem install xcpretty -no-rdoc -no-ri

script:
- set -o pipefail
Expand Down

0 comments on commit 464c57a

Please sign in to comment.