Skip to content

Commit

Permalink
.travis.yml: only build on latest OS X. (Homebrew#74)
Browse files Browse the repository at this point in the history
We have Jenkins to test the other versions.
  • Loading branch information
MikeMcQuaid committed Apr 12, 2016
1 parent 1d54588 commit 279df8e
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
# Force OS X.
language: objective-c
matrix:
include:
- env: OSX=10.11
os: osx
osx_image: xcode7.2
rvm: system
- env: OSX=10.10
os: osx
osx_image: xcode7.1
rvm: system
- env: OSX=10.9 HOMEBREW_RUBY=1.8.7
os: osx
osx_image: beta-xcode6.2
rvm: system
os: osx
env: OSX=10.11
osx_image: xcode7.3
rvm: system

before_install:
- export TRAVIS_COMMIT=$(git rev-parse --verify -q HEAD)
Expand Down

0 comments on commit 279df8e

Please sign in to comment.