Skip to content

Commit

Permalink
Merge pull request #12 from ibm-bluemix-mobile-services/development
Browse files Browse the repository at this point in the history
Changed Travis build to use Xcode 8.1 instead of 8.0
  • Loading branch information
AnthonyOliveri authored Nov 17, 2016
2 parents 7236aa7 + 966b538 commit 942a8d0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ language: objective-c
matrix:
include:
- osx_image: xcode7.3
- osx_image: xcode8
install:
- gem install cocoapods -v 1.1.1
- osx_image: xcode8.1
script:
- set -e
- pod lib lint
- xcodebuild -scheme 'BMSAnalyticsAPI iOS' clean build CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
- xcodebuild -scheme 'BMSAnalyticsAPI watchOS' clean build CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO
Expand Down

0 comments on commit 942a8d0

Please sign in to comment.