Repository: commons-csv
Updated Branches:
  refs/heads/master 3c5d7e07e -> 6133a6031


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

Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/6133a603
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/6133a603
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/6133a603

Branch: refs/heads/master
Commit: 6133a6031d8ac29ecd0023ed000ec0aa3432289e
Parents: 3c5d7e0
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Sat Oct 20 10:08:36 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Sat Oct 20 10:08:36 2018 -0600

----------------------------------------------------------------------
 .travis.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/6133a603/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d842196..62a481c 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

Reply via email to