We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2c7fd commit 165d1f1Copy full SHA for 165d1f1
.travis.yml
@@ -11,6 +11,10 @@ before_install:
11
- export DISPLAY=:99.0
12
- sh -e /etc/init.d/xvfb start
13
14
+# default install command is just "mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
15
+install:
16
+- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -e
17
+
18
after_success:
19
- mvn clean test jacoco:report coveralls:report
20
- bash update-ghpages.sh
0 commit comments