Browse Source

use HXCPP_COMPILE_CACHE to speed up

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

+ 2 - 0
.travis.yml

@@ -132,6 +132,7 @@ matrix:
     - os: linux
       env:
         - TEST=cpp
+        - HXCPP_COMPILE_CACHE=~/hxcache
       before_install:
         - sudo apt-get update -y || true
         - travis_retry sudo apt-get install -y
@@ -151,6 +152,7 @@ matrix:
     - os: osx
       env:
         - TEST=cpp
+        - HXCPP_COMPILE_CACHE=~/hxcache
       install: *install_osx
 
 script: