diff options
| author | Tom Black <[email protected]> | 2016-07-18 01:32:00 -0500 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2016-07-18 01:32:00 -0500 |
| commit | 8bbb2ed78234a5cd7f0647ab466ce68488398617 (patch) | |
| tree | db0e3d5cd121aa4df1d44c600907e60f94bf743c /.travis.yml | |
| parent | 9ed4f009be92240482612e963878d4bfa6480062 (diff) | |
| download | ruby2d-8bbb2ed78234a5cd7f0647ab466ce68488398617.tar.gz ruby2d-8bbb2ed78234a5cd7f0647ab466ce68488398617.zip | |
Update Travis to use OS X 10.11
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 41063cd..2d4190a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ os: osx -osx_image: xcode7.1 +osx_image: xcode8 language: ruby rvm: - - 2.2.4 + - 2.2.5 before_install: - sw_vers - brew update |
