Skip to content

Commit

Permalink
travis: organize matrix config
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Sep 24, 2015
1 parent c381323 commit a3bb757
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Force OS X.
language: objective-c
os: osx
env: OSX=10.11
osx_image: osx10.11
rvm:
- system
matrix:
include:
- env: OSX=10.11
os: osx
osx_image: osx10.11
rvm: system
- env: OSX=10.10
os: osx
osx_image: xcode7
rvm: system
- env: OSX=10.9
os: osx
osx_image: beta-xcode6.2
rvm: system

Expand Down

0 comments on commit a3bb757

Please sign in to comment.