diff options
author | Martin Stockhammer <martin_s@apache.org> | 2020-11-29 16:53:38 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2020-11-29 16:53:38 +0100 |
commit | 39ead21c499190ccfd35d8017fb9c5ce6d1b1759 (patch) | |
tree | 070ba363244c5c27570819308acc6980971f85ef /.travis.yml | |
parent | e0f5b52c90dc54909f71707624f395c5c71039a1 (diff) | |
download | archiva-39ead21c499190ccfd35d8017fb9c5ce6d1b1759.tar.gz archiva-39ead21c499190ccfd35d8017fb9c5ce6d1b1759.zip |
Trying to fix travis build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 842c3346e..de1c4b538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,14 @@ dist: xenial jdk: - openjdk8 -before_install: "mvn clean install -DskipTests=true -B -V -Pci-build" +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 |