Skip to content

Commit b8ac660

Browse files
committed
Ensure default goal runs on travis
1 parent 2d2acc2 commit b8ac660

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ matrix:
2424
- jdk: openjdk-ea
2525
allow_failures:
2626
- jdk: openjdk-ea
27+
script:
28+
- mvn
2729
after_success:
2830
- mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco --no-transfer-progress
29-

0 commit comments

Comments
 (0)