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:16 UTC

[1/2] incubator-beam git commit: Closes #875

Repository: incubator-beam
Updated Branches:
  refs/heads/master f346c877a -> de249e614


Closes #875


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

Branch: refs/heads/master
Commit: de249e61417a69db15f2f3cf14397eec2e1543df
Parents: f346c87 ba16e94
Author: Dan Halperin <dh...@google.com>
Authored: Fri Aug 26 08:29:05 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(-)
----------------------------------------------------------------------



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

Posted by dh...@apache.org.
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: