Skip to content

Commit 443b715

Browse files
committed
Set maven parallel build for travis and local build
1 parent 9063475 commit 443b715

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

etc/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
DIR=$(cd "$(dirname "$0")"; pwd)
44

5-
sh $DIR/maven.sh clean checkstyle:checkstyle -P checkstyle package
5+
sh $DIR/maven.sh -T C1 clean checkstyle:checkstyle -P checkstyle package

etc/travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
DIR=$(cd "$(dirname "$0")"; pwd)
44

5-
sh $DIR/maven.sh clean install -DskipTests=true
6-
sh $DIR/maven.sh checkstyle:checkstyle -P checkstyle package
5+
sh $DIR/maven.sh -T C1 clean install -DskipTests=true
6+
sh $DIR/maven.sh -T C1 checkstyle:checkstyle -P checkstyle package

0 commit comments

Comments
 (0)