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

Adds Coursier and Travis Cache #255

Merged
merged 5 commits into from
Apr 28, 2017
Merged

Conversation

juanpedromoreno
Copy link
Contributor

Please, review at your convenience. Thanks.

.travis.yml Outdated
- $HOME/.sbt/boot/scala*
- $HOME/.sbt/cache
- $HOME/.sbt/launchers
- $HOME/.ivy2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juanpedromoreno From what it says in the Travis documentation, I wonder if caching the ivy2 directory does much good. ¿Are there any noticed speedups over coursier alone?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's try it.

@codecov-io
Copy link

codecov-io commented Apr 28, 2017

Codecov Report

Merging #255 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #255   +/-   ##
=======================================
  Coverage   75.16%   75.16%           
=======================================
  Files          35       35           
  Lines         302      302           
=======================================
  Hits          227      227           
  Misses         75       75

@juanpedromoreno
Copy link
Contributor Author

@diesalbla Experimentally, the fastest approach (like 3 minutes faster) is with the .ivy2 directory in the cache section.

@juanpedromoreno juanpedromoreno merged commit 8a7b06a into master Apr 28, 2017
@juanpedromoreno juanpedromoreno deleted the jp-freestyle-using-coursier branch April 28, 2017 15:45
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.

None yet

4 participants