Skip to content

Commit

Permalink
Ok, while we here, let's also update cocoapods to latest release and …
Browse files Browse the repository at this point in the history
…test against Xcode 8.3
  • Loading branch information
vhbit committed Apr 25, 2017
1 parent 237f599 commit 9a24a3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,8 +1,8 @@
osx_image: xcode8.2
osx_image: xcode8.3
language: objective-c
podfile: Demo/Podfile
cache: cocoapods
before_install:
- gem install cocoapods -v '1.2.0.beta.1'
- gem install cocoapods -v '1.2.1'
- pod repo update
script: cd Demo ; set -o pipefail && xcodebuild -workspace 'Demo.xcworkspace' -scheme 'Demo' -configuration 'Debug' -sdk iphonesimulator -destination platform='iOS Simulator',OS='9.1',name='iPhone 6s' build test | xcpretty -c --test
script: cd Demo ; set -o pipefail && xcodebuild -workspace 'Demo.xcworkspace' -scheme 'Demo' -configuration 'Debug' -sdk iphonesimulator -destination platform='iOS Simulator',OS='10.3',name='iPhone 6s' build test | xcpretty -c --test

0 comments on commit 9a24a3f

Please sign in to comment.