From 6133a6031d8ac29ecd0023ed000ec0aa3432289e Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 20 Oct 2018 10:08:36 -0600 Subject: [PATCH] Fix Travis-CI: Make this build like Commons Text. --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d8421964..62a481c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 + \ No newline at end of file