-
-
Save mattyohe/1561603a7ddc502055b7 to your computer and use it in GitHub Desktop.
Make Travis-CI run your tests using different versions of Xcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
os: osx | |
matrix: | |
include: | |
- osx_image: xcode7.0 | |
- osx_image: xcode7.1 | |
- osx_image: xcode7.2b1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment