You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2016/03/04 19:11:27 UTC

[32/50] [abbrv] incubator-beam git commit: [travis] install snapshot version of SDK before running CI

[travis] install snapshot version of SDK before running CI


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

Branch: refs/heads/master
Commit: c6630b909cbb5c60d3cb5f966aa1327bb28c7f6c
Parents: 52614ea
Author: Maximilian Michels <mx...@apache.org>
Authored: Thu Mar 3 11:30:53 2016 +0100
Committer: Davor Bonaci <da...@users.noreply.github.com>
Committed: Fri Mar 4 10:04:23 2016 -0800

----------------------------------------------------------------------
 runners/flink/.travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c6630b90/runners/flink/.travis.yml
----------------------------------------------------------------------
diff --git a/runners/flink/.travis.yml b/runners/flink/.travis.yml
index d7fbf5b..4780b56 100644
--- a/runners/flink/.travis.yml
+++ b/runners/flink/.travis.yml
@@ -9,4 +9,6 @@ jdk:
   # not supported yet :(
   #- openjdk8
 
-script: mvn verify
+install: (git clone --depth 1 https://github.com/GoogleCloudPlatform/DataflowJavaSDK.git sdk && cd sdk && mvn clean install -DskipTests)
+
+script: mvn verify
\ No newline at end of file