Browse Source

bump min mac version to 10.11 such that we can install bottles in Travis

Andy Li 8 years ago
parent
commit
e2b5fbdb0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -212,7 +212,7 @@ matrix:
     # osx #
     # osx #
     #######
     #######
     - os: osx
     - os: osx
-      osx_image: xcode6.4 # to compile binaries that support older versions of Mac
+      osx_image: xcode7.3 # to compile binaries that support older versions of Mac, and 10.11 is the min version that brew provides bottles
       env:
       env:
         - TEST=macro,neko,js,php,python,hl,lua
         - TEST=macro,neko,js,php,python,hl,lua
         - DEPLOY_NIGHTLIES=1
         - DEPLOY_NIGHTLIES=1