Browse Source

[TravisCI] add back flash9,java,cs to the Mac build

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

+ 8 - 2
.travis.yml

@@ -214,12 +214,18 @@ matrix:
     - os: osx
       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:
-        - TEST=macro,neko,js,php,python,hl,lua
+        - TEST=macro,neko,js,php,flash9,python
         - DEPLOY_NIGHTLIES=1
       install: *install_osx
 
     - os: osx
-      osx_image: xcode8.3 # to compile C++ faster
+      osx_image: xcode8.3 # to compile faster
+      env:
+        - TEST=java,cs,hl,lua
+      install: *install_osx
+
+    - os: osx
+      osx_image: xcode8.3 # to compile faster
       env:
         - TEST=cpp
         - HXCPP_COMPILE_CACHE=~/hxcache