Skip to content

Conversation

@sbesson
Copy link
Member

@sbesson sbesson commented Oct 11, 2016

From https://docs.travis-ci.com/user/languages/java/#Projects-Using-Maven, the default Travis environment firsts calls mvn install skipping tests and Javadoc then mvn test.

Overriding mvn install is unnecessary and causes the tests to be executed twice. This commit should increase the build time.

From https://docs.travis-ci.com/user/languages/java/#Projects-Using-Maven, the
default Travis environment firsts calls `mvn install` skipping tests and
Javadoc then `mvn test`.
Overriding `mvn install` is unnecessary and causes the tests to be executed
twice. This commit should increase the build time.
@sbesson
Copy link
Member Author

sbesson commented Oct 11, 2016

See https://travis-ci.org/ome/ome-common-java/pull_requests 3 min 36 sec vs 4 min 46 sec for the gh-1 (both PRs have the dependencies pre-cached into ~/.m2

@rleigh-codelibre
Copy link
Contributor

The change is fine and everything is green. Please merge.

@sbesson sbesson merged commit 3d2efed into ome:master Oct 11, 2016
@sbesson sbesson deleted the travis_simplication branch October 11, 2016 14:47
@sbesson sbesson added this to the 5.3.0 milestone Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants