Skip to content

Commit

Permalink
Merge pull request #265 from ably/travis-enhance
Browse files Browse the repository at this point in the history
Xcode 7.2 (use xcodebuild)
  • Loading branch information
tcard committed Mar 1, 2016
2 parents fd85197 + 1b524e1 commit a7ef827
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,5 +1,5 @@
language: objective-c
osx_image: xcode7.1
osx_image: xcode7.2
env:
global:
- LC_CTYPE=en_US.UTF-8
Expand All @@ -18,4 +18,4 @@ install:
- pod install
script:
# Run tests
- scan
- xcodebuild -workspace './ably.xcworkspace' -scheme 'Ably' -destination 'platform=iOS Simulator,OS=9.2,name=iPhone 4s' clean test

0 comments on commit a7ef827

Please sign in to comment.