Browse Source

Replace Travis goal "mvn install" by "mvn verify"

tags/2.5-rc1
Simon Brandhof 9 years ago
parent
commit
2abeeef006
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      .travis.yml

+ 3
- 1
.travis.yml View File

@@ -4,12 +4,14 @@ jdk:
- oraclejdk8
- openjdk7

script: mvn clean install
script: mvn clean verify

install: true

# Container-based infrastructure
sudo: false

# Keep Maven local repository between builds
cache:
directories:
- '$HOME/.m2/repository'

Loading…
Cancel
Save