Skip to content

Commit

Permalink
updated travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shams-ahmed committed Dec 1, 2016
1 parent 430bc68 commit a99f581
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,7 +1,7 @@
osx_image: xcode7.3
osx_image: xcode8.2
language: objective-c
podfile: Demo/Podfile
cache: cocoapods

before_install:
- gem install cocoapods -v '1.2.0.beta.1'
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

0 comments on commit a99f581

Please sign in to comment.