diff options
| author | Tom Black <[email protected]> | 2016-04-25 17:18:41 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2016-04-25 17:18:41 -0400 |
| commit | 89b3262292a673c819935d6eae78cfaa642bb6f6 (patch) | |
| tree | 9a4c07703412df83385f24e69a75e1ea851cf2ec | |
| parent | 44fff6e26bf8ab185b632bdaedcd4b7789a7c791 (diff) | |
| download | ruby2d-89b3262292a673c819935d6eae78cfaa642bb6f6.tar.gz ruby2d-89b3262292a673c819935d6eae78cfaa642bb6f6.zip | |
Use OS X 10.10 w/ Ruby 2.2.4 on Travis CI
Adding `osx_image` forces a minimum OS X version to be used
(https://docs.travis-ci.com/user/languages/objective-c). See
precompiled RVM binaries for Travis here: http://rubies.travis-ci.org
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 83ba7df..41063cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ os: osx +osx_image: xcode7.1 language: ruby rvm: - - 2.2.3 + - 2.2.4 before_install: + - sw_vers - brew update - brew tap simple2d/tap - brew install simple2d |
