Remove extraneous installation on Travis

Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/2b6c873c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/2b6c873c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/2b6c873c

Branch: refs/heads/master
Commit: 2b6c873c533edb20d9fd1c29e2ef1666ee4683c2
Parents: a5436a3
Author: Kenneth Knowles <[email protected]>
Authored: Wed Aug 3 10:57:58 2016 -0700
Committer: Kenneth Knowles <[email protected]>
Committed: Wed Aug 3 10:57:58 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/2b6c873c/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 45bad9a..bef61ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,9 +47,6 @@ before_install:
   - if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; 
fi
   - export BEAM_SUREFIRE_ARGLINE="-Xmx512m"
 
-install:
-  - travis_retry mvn -B install clean -U -DskipTests=true
-
 script:
-  - travis_retry mvn -B $MAVEN_OVERRIDE install -U
+  - travis_retry mvn --batch-mode --update-snapshots $MAVEN_OVERRIDE verify
   - travis_retry testing/travis/test_wordcount.sh

Reply via email to