blob: 711c01f5723cd3cfd7cbd0add251031fb4c293a4 [file] [log] [blame]
language: java
install:
# Invoke the "travis" profile during Maven steps; see <profile> in pom.xml
# files. The "mvn install" command will run by default during the "install"
# phase by Travis, without the profile flag. Here we customize the install
# phase to use the relevant profile.
- mvn install -P test -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script:
- mvn test -P test -B