Skip to content

Commit

Permalink
Merge pull request BoltsFramework#149 from BoltsFramework/nlutsenko.t…
Browse files Browse the repository at this point in the history
…ravis

Use only Xcode 7 for Travis-CI.
  • Loading branch information
nlutsenko committed Sep 14, 2015
2 parents 5524181 + 0d1af87 commit 12d7dfd
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@ branches:
- master
language: objective-c
os: osx
osx_image: xcode7
cache:
- cocoapods
matrix:
include:
- osx_image: xcode6.4
env: TEST_TYPE=ios
- osx_image: xcode6.4
env: TEST_TYPE=osx
- osx_image: xcode6.4
env: TEST_TYPE=cocoapods
- osx_image: xcode7
env: TEST_TYPE=ios
- osx_image: xcode7
env: TEST_TYPE=osx
env:
matrix:
- TEST_TYPE=ios
- TEST_TYPE=osx
- TEST_TYPE=cocoapods
before_install:
- |
if [ "$TEST_TYPE" = ios ] || [ "$TEST_TYPE" = osx ]; then
Expand Down

0 comments on commit 12d7dfd

Please sign in to comment.