Skip to content

Commit

Permalink
Merge pull request #13 from sbesson/xcode6.4
Browse files Browse the repository at this point in the history
Explicitly set xcode version
  • Loading branch information
chris-allan authored Dec 8, 2016
2 parents 9fc1b98 + 2b29288 commit 98e615d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ matrix:
- pcre3-dev
compiler: clang
- os: osx
osx_image: beta-xcode6.2 # Mac OS X 10.9
osx_image: xcode6.4 # Mac OS X 10.10
compiler: gcc
- os: osx
osx_image: beta-xcode6.2 # Mac OS X 10.9
osx_image: xcode6.4 # Mac OS X 10.10
compiler: clang

before_install:
Expand Down

0 comments on commit 98e615d

Please sign in to comment.