You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/08/26 15:29:17 UTC

[2/2] incubator-beam git commit: travis.yml: disable updating snapshots

travis.yml: disable updating snapshots

Will still update releases with the --update-snapshots version (I know, bad name)


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

Branch: refs/heads/master
Commit: ba16e946aa716836c2bc98470bead4dcf2fdf549
Parents: f346c87
Author: Dan Halperin <dh...@google.com>
Authored: Tue Aug 23 20:21:30 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Fri Aug 26 08:29:05 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/ba16e946/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 656aba0..2331282 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,7 @@ install:
   - rm -rf "$HOME/.m2/repository/org/apache/beam"
 
 script:
-  - travis_retry mvn --settings .travis/settings.xml --batch-mode --update-snapshots $MAVEN_OVERRIDE verify
+  - travis_retry mvn --settings .travis/settings.xml --batch-mode --update-snapshots --no-snapshot-updates $MAVEN_OVERRIDE verify
   - travis_retry .travis/test_wordcount.sh
 
 cache: