Skip to content

Commit 6133a60

Browse files
committed
Fix Travis-CI: Make this build like Commons Text.
1 parent 3c5d7e0 commit 6133a60

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@
1414
# limitations under the License.
1515

1616
language: java
17-
sudo: false
18-
19-
script:
20-
- mvn
2117

2218
jdk:
2319
- openjdk7
2420
- oraclejdk8
2521
- oraclejdk9
2622

2723
after_success:
28-
- mvn -B -V -Ptravis-jacoco clean test jacoco:report coveralls:report
24+
- mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco
25+

0 commit comments

Comments
 (0)