浏览代码

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

Andy Li 8 年之前
父节点
当前提交
d5341185d1
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      .travis.yml

+ 8 - 2
.travis.yml

@@ -214,12 +214,18 @@ matrix:
     - os: osx
     - 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
       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,flash9,python
         - DEPLOY_NIGHTLIES=1
         - DEPLOY_NIGHTLIES=1
       install: *install_osx
       install: *install_osx
 
 
     - os: 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:
       env:
         - TEST=cpp
         - TEST=cpp
         - HXCPP_COMPILE_CACHE=~/hxcache
         - HXCPP_COMPILE_CACHE=~/hxcache