Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-7230] [travis] Disable snapshot updates #4377

Merged
merged 1 commit into from Jul 20, 2017
Merged

Conversation

zentol
Copy link
Contributor

@zentol zentol commented Jul 20, 2017

This PR forbids downloading snapshot dependencies on Travis.

The travis builds call maven twice, once for compiling modules, and once for running tests.

While running the tests maven occasionally downloaded snapshot artifacts even though we just built them locally.

The only SNAPSHOT dependencies that we have are from Flink, and all of these are built locally in the compile step. There should be no downside to this.

@aljoscha
Copy link
Contributor

LGTM! (once Travis says it's green)

@asfgit asfgit merged commit 4341c8a into apache:master Jul 20, 2017
@zentol zentol deleted the 7230 branch July 20, 2017 10:25
zentol added a commit to zentol/flink that referenced this pull request Jul 21, 2017
zentol added a commit to zentol/flink that referenced this pull request Jul 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants