Browse Source

[ci] check if travis OS X works again

Simon Krajewski 8 years ago
parent
commit
030d29d486
1 changed files with 6 additions and 6 deletions
  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