Przeglądaj źródła

[ci] disable non-cpp OS X because it doesn't work at the moment

Simon Krajewski 8 lat temu
rodzic
commit
ca629d40c6
1 zmienionych plików z 6 dodań i 6 usunięć
  1. 6 6
      .travis.yml

+ 6 - 6
.travis.yml

@@ -211,12 +211,12 @@ matrix:
     #######
     # osx #
     #######
-    - os: osx
-      osx_image: xcode6.4 # to compile binaries that support older versions of Mac
-      env:
-        - TEST=macro,neko,js,php,python,hl,lua
-        - DEPLOY_NIGHTLIES=1
-      install: *install_osx
+    # - os: osx
+    #   osx_image: xcode6.4 # to compile binaries that support older versions of Mac
+    #   env:
+    #     - TEST=macro,neko,js,php,python,hl,lua
+    #     - DEPLOY_NIGHTLIES=1
+    #   install: *install_osx
 
     - os: osx
       osx_image: xcode8.3 # to compile C++ faster