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 196bea3 commit c2a1e16Copy full SHA for c2a1e16
3 files changed
.travis.yml
@@ -19,5 +19,8 @@ branches:
19
only:
20
- 2.x
21
22
+install:
23
+ - ./etc/travis-install.sh
24
+
25
script:
26
- ./etc/travis.sh
etc/travis-install.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
3
+DIR=$(cd "$(dirname "$0")"; pwd)
4
5
+sh $DIR/maven.sh clean install -q -DskipTests=true
etc/travis.sh
@@ -2,5 +2,4 @@
DIR=$(cd "$(dirname "$0")"; pwd)
-sh $DIR/maven.sh clean install -q -DskipTests=true
6
sh $DIR/maven.sh -Dlogback.configurationFile=$DIR/logback-travis.xml -q checkstyle:checkstyle -P checkstyle package
0 commit comments