using maven defaultGoal rather specifying explicitly.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/52a25248
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/52a25248
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/52a25248

Branch: refs/heads/master
Commit: 52a252489717d241dc845c402f87516c499669ed
Parents: 90b5426
Author: Amey Jadiye <ameyjad...@gmail.com>
Authored: Fri Jun 9 12:41:31 2017 +0530
Committer: GitHub <nore...@github.com>
Committed: Fri Jun 9 12:41:31 2017 +0530

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/52a25248/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index befca55..6ddc48a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ before_install:
 
 script:
   - mvn test apache-rat:check clirr:check checkstyle:check findbugs:check 
javadoc:javadoc
-  - docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/bash -c "apt-get 
update && cd work && apt-get install -y maven && mvn test apache-rat:check 
clirr:check checkstyle:check findbugs:check javadoc:javadoc"
+  - docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/bash -c "apt-get 
update && cd work && apt-get install -y maven && mvn"
 
 after_success:
   - mvn clean test jacoco:report coveralls:report

Reply via email to