Przeglądaj źródła

[TravisCI] move mac macro test to avoid build timeout

Andy Li 6 lat temu
rodzic
commit
7cc1d2aadf
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -197,14 +197,14 @@ matrix:
     - os: osx
       osx_image: xcode8.3 # to compile binaries that support older versions of Mac, and 10.12 is the min version that brew provides bottles
       env:
-        - TEST=neko
+        - TEST=macro,neko
         - DEPLOY_NIGHTLIES=1
       install: *install_osx
 
     - os: osx
       osx_image: xcode9.4 # to compile faster
       env:
-        - TEST=macro,hl,java,jvm,cs,lua,js,php,flash9,python
+        - TEST=hl,java,jvm,cs,lua,js,php,flash9,python
       install: *install_osx
 
     - os: osx