Downgrade to Xcode 7.3

This commit is contained in:
Andrew Schwartzmeyer 2016-08-04 13:13:05 -07:00
parent e6202a06e5
commit 120cc61a07
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ os:
- osx
sudo: required
dist: trusty
osx_image: xcode8
osx_image: xcode7.3
addons:
artifacts:

View file

@ -1,3 +1,4 @@
set -x
ulimit -n 4096
# Only build packages for branches, not pull requests
if [[ $TRAVIS_PULL_REQUEST == false ]]; then