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

scrooge: Fixing Travis CI builds #196

Closed
wants to merge 5 commits into from
Closed

Commits on Jun 16, 2015

  1. Copy the full SHA
    28b8983 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Copy the full SHA
    8fe5750 View commit details
    Browse the repository at this point in the history
  2. scrooge: Fix Travis CI builds

    Problem
    
    Travis CI builds are broken because they are looking for SNAPSHOT versions of their dependencies and they are not found.
    
    Solution
    
    Deploy the SNAPSHOT versions locally cloning the remote repos and then using sbt publishLocal
    
    Result
    
    Now Travis CI builds are working using the locally published SNAPSHOT versions of their dependencies
    csaltos committed Jun 17, 2015
    Copy the full SHA
    dc60240 View commit details
    Browse the repository at this point in the history
  3. scrooge: Fix Travis CI builds

    Problem
    
    Travis CI builds are broken because they are looking for SNAPSHOT versions of their dependencies and they are not found.
    
    Solution
    
    Deploy the SNAPSHOT versions locally cloning the remote repos and then using sbt publishLocal
    
    Result
    
    Now Travis CI builds are working using the locally published SNAPSHOT versions of their dependencies
    csaltos committed Jun 17, 2015
    Copy the full SHA
    5c389bb View commit details
    Browse the repository at this point in the history
  4. scrooge: Adding external artifacts cache to the Travis CI configuration

    Problem
    
    Some Travis CI build failed because they got network errors while trying to download external artifacts.
    
    Solution
    
    Cache the external artifacts at the Travis CI configuration
    
    Result
    
    With the externals artifacts cached the Travis CI builds will be faster and the network errors while downloading external artifacts will be diminished
    csaltos committed Jun 17, 2015
    Copy the full SHA
    a5a4002 View commit details
    Browse the repository at this point in the history