diff options
| author | Tom Black <[email protected]> | 2017-12-22 15:19:04 -0600 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-12-22 15:48:41 -0600 |
| commit | 4de4bdc2147b2e0aab1c9d7d1200d2dc61d75d55 (patch) | |
| tree | 8b3216aa4133c1f052266cc9c516f72c0a170e34 | |
| parent | b533bb811a9835960a4bc6c4fde751e1e5db46cf (diff) | |
| download | ruby2d-4de4bdc2147b2e0aab1c9d7d1200d2dc61d75d55.tar.gz ruby2d-4de4bdc2147b2e0aab1c9d7d1200d2dc61d75d55.zip | |
Update Travis config
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 3191f77..ae3603e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ os: osx -osx_image: xcode9.1 +osx_image: xcode9.2 language: ruby before_install: - sw_vers - brew update - brew tap simple2d/tap - - brew install --HEAD simple2d + - brew install simple2d script: - rake |
