Repository: archiva Updated Branches: refs/heads/master ee68fc78f -> 8b820c13d
should help travix (I hope :-) ) Project: http://git-wip-us.apache.org/repos/asf/archiva/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/8b820c13 Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/8b820c13 Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/8b820c13 Branch: refs/heads/master Commit: 8b820c13d40fa1c990b719b4cffd5b6d2cf98f83 Parents: ee68fc7 Author: Olivier Lamy <[email protected]> Authored: Wed Oct 7 14:43:48 2015 +1100 Committer: Olivier Lamy <[email protected]> Committed: Wed Oct 7 14:43:48 2015 +1100 ---------------------------------------------------------------------- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva/blob/8b820c13/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e09f026..af5cacd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ jdk: - oraclejdk7 - oraclejdk8 -script: "mvn clean install -Pit-js -Pci-build" +before_install: "mvn clean install -DskipTests=true -B -V -Pci-build" + +script: "mvn clean install -B -V -Pit-js -Pci-build" cache: directories:
