minor build cleanup

This commit is contained in:
Jeremy Long
2017-06-18 07:01:13 -04:00
parent a13c6fcb25
commit 2e35c5bcab
2 changed files with 6 additions and 12 deletions

View File

@@ -1,8 +1,7 @@
sudo: false
language: java
jdk: oraclejdk7
script:
- if [ ! -z "$TRAVIS_TAG" ]; then mvn install site site:stage -DreleaseTesting; else mvn install -DreleaseTesting; fi
- if [ ! -z "$TRAVIS_TAG" ]; then mvn install source:jar javadoc:jar site site:stage -DreleaseTesting; else mvn install -DreleaseTesting; fi
env:
global: