Skip to content

Commit ffd8c13

Browse files
author
Vladimir Kotal
committed
simplify the build
1 parent 4a51713 commit ffd8c13

File tree

2 files changed

+1
-325
lines changed

2 files changed

+1
-325
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ env:
3939
# in 'script' no matter if an individual command fails or not. This kludgy
4040
# looking shell incantation takes care of that.
4141
#
42-
script: "mvn -DskipTests=true -Dmaven.javadoc.skip=false -B -V compile \
43-
&& mvn verify -B"
42+
script: "mvn -B -V verify"
4443

4544
addons:
4645
coverity_scan:

tools/dorelease.py

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

0 commit comments

Comments
 (0)