Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
corin8823 committed Oct 3, 2017
1 parent 054df97 commit 175f0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
osx_image: xcode9
language: objective-c
install:
- gem install cocoapods -v 1.1.1 --no-document
- gem install cocoapods -v 1.3.1 --no-document

before_script:
- cd Example
- pod install

script:
- xcodebuild -workspace Popover.xcworkspace -scheme "PopoverExample" -destination 'platform=iOS Simulator,OS=10.0,name=iPhone 6s' build test | xcpretty
- xcodebuild -workspace Popover.xcworkspace -scheme "PopoverExample" -destination 'platform=iOS Simulator,OS=11.0,name=iPhone 8' build test | xcpretty

0 comments on commit 175f0c8

Please sign in to comment.