Try building on Xcode 6.4

The default 6.1 was slow
This commit is contained in:
Hiro Asari
2015-08-03 20:34:45 -04:00
parent e3361fbc2a
commit bfcc55fbf9
+1
View File
@@ -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