Skip to content

Commit 0bb75b9

Browse files
committed
Travis: added build.sh script + force checkstyle rules
1 parent 21bae32 commit 0bb75b9

3 files changed

Lines changed: 6 additions & 14 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ branches:
2020
- 2.x
2121

2222
script:
23-
- mvn clean package
23+
- ./etc/build.sh

etc/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
DIR=$(cd "$(dirname "$0")"; pwd)
4+
5+
sh $DIR/maven.sh clean checkstyle:checkstyle -P checkstyle package

etc/build.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)