diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-11-29 16:33:03 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-11-29 16:33:03 +0100 |
commit | e0f5b52c90dc54909f71707624f395c5c71039a1 (patch) | |
tree | a81d701abbda3ecc2fca5ff0976c5020d09c0853 /.travis.yml | |
parent | 2f4b1d241950261ce635d84f04ed45132e88e2ba (diff) | |
download | archiva-e0f5b52c90dc54909f71707624f395c5c71039a1.tar.gz archiva-e0f5b52c90dc54909f71707624f395c5c71039a1.zip |
Removing travis cache temporarily
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 219e97866..842c3346e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,6 @@ before_install: "mvn clean install -DskipTests=true -B -V -Pci-build" script: "mvn clean install -B -V -Pit-js -Pci-build" -cache: - directories: - - $HOME/.m2 branches: except: - gh-pages |