You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by he...@apache.org on 2020/04/17 20:23:59 UTC

[netbeans] 01/01: [TRAVIS] Enable cache

This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a commit to branch travis_cache
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 80656912ee5a626cb206b7a475b4abee3190d2d3
Author: Hector Espert <he...@gmail.com>
AuthorDate: Fri Apr 17 22:23:15 2020 +0200

    [TRAVIS] Enable cache
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 348e149..071047e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,12 +23,17 @@ addons:
       - xvfb
       - openjfx
       - libgfortran3
+
 install:
   - export PATH="$PATH:$TRAVIS_BUILD_DIR/nbbuild/travis"
   - export DISPLAY=:99.0
   - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
   - sleep 3
 
+cache:
+  directories:
+  - $HOME/.hgexternalcache
+
 matrix:
     include:
         - name: Check line endings and verify RAT report


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists