summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHiro Asari <[email protected]>2015-08-03 20:34:45 -0400
committerHiro Asari <[email protected]>2015-08-03 20:34:45 -0400
commitbfcc55fbf98665b33ca7110349aeb66d3ef0df1d (patch)
tree7ff6673f2c9d04ee0650437409742907608c141b
parente3361fbc2ad3fc10e7e06aa611542fff783fabfe (diff)
downloadmruby-bfcc55fbf98665b33ca7110349aeb66d3ef0df1d.tar.gz
mruby-bfcc55fbf98665b33ca7110349aeb66d3ef0df1d.zip
Try building on Xcode 6.4
The default 6.1 was slow
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a3978577c..bcfce3984 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ matrix:
- os: linux
sudo: 9000
- os: osx
+ osx_image: xcod6.4
install:
- if [ $TRAVIS_OS_NAME = 'linux' ]; then sudo apt-get update -qq; sudo apt-get -q install gperf; fi