Fix Travis-CI: Make this build like Commons Text.

This commit is contained in:
Gary Gregory 2018-10-20 10:08:36 -06:00
parent 3c5d7e07e0
commit 6133a6031d
1 changed files with 2 additions and 5 deletions

View File

@ -14,10 +14,6 @@
# limitations under the License.
language: java
sudo: false
script:
- mvn
jdk:
- openjdk7
@ -25,4 +21,5 @@ jdk:
- oraclejdk9
after_success:
- mvn -B -V -Ptravis-jacoco clean test jacoco:report coveralls:report
- mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco