Skip to content

Commit

Permalink
[Travis] Test both Xcode 7.3 and Xcode 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Jul 11, 2016
1 parent 97a68c3 commit b9abbd0
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,34 @@
language: objective-c
osx_image: xcode7.3

before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

env:
#- RAKETASK="simlist"
#- RAKETASK="ios[iOS StaticLib,7.1,test]"
- RAKETASK="ios[iOS StaticLib,latest,test]"
- RAKETASK="ios[iOS Framework,latest,test]"
- RAKETASK="osx[Mac Framework,x86_64,test]"
- RAKETASK="tvos[tvOS Framework,latest,test]"
matrix:
include:
# - osx_image: xcode7.3
# env: RAKETASK="simlist"
# - osx_image: xcode7.3
# env: RAKETASK="ios[iOS StaticLib,7.1,test]"
- osx_image: xcode7.3
env: RAKETASK="ios[iOS StaticLib,latest,test]"
- osx_image: xcode7.3
env: RAKETASK="ios[iOS Framework,latest,test]"
- osx_image: xcode7.3
env: RAKETASK="osx[Mac Framework,x86_64,test]"
- osx_image: xcode7.3
env: RAKETASK="tvos[tvOS Framework,latest,test]"
# - osx_image: xcode8
# env: RAKETASK="simlist"
# - osx_image: xcode8
# env: RAKETASK="ios[iOS StaticLib,7.1,test]"
- osx_image: xcode8
env: RAKETASK="ios[iOS StaticLib,latest,test]"
- osx_image: xcode8
env: RAKETASK="ios[iOS Framework,latest,test]"
- osx_image: xcode8
env: RAKETASK="osx[Mac Framework,x86_64,test]"
- osx_image: xcode8
env: RAKETASK="tvos[tvOS Framework,latest,test]"

script:
- rake "$RAKETASK"
Expand Down

0 comments on commit b9abbd0

Please sign in to comment.