This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git

commit b8ac660e5a3f292d78d74248440ab61abd7243a9
Author: Alex Herbert <[email protected]>
AuthorDate: Fri Oct 2 22:08:05 2020 +0100

    Ensure default goal runs on travis
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a3bd0f4..9d41f78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@ matrix:
     - jdk: openjdk-ea
   allow_failures:
     - jdk: openjdk-ea
+script:
+  - mvn
 after_success:
   - mvn -B -V clean test jacoco:report coveralls:report -Ptravis-jacoco 
--no-transfer-progress
-  
\ No newline at end of file

Reply via email to