ha-bug-travis-ci-4556 Use 2 distinct strategies to check if we need a new cache

1. For files that survived, use md5deep to compare checksums
2. Check whether new files are added by comparing `find` results

Hiro Asari avatar Hiro Asari

Push event #135 failed

  • Ran for
  • Total time
The .travis.yml file used for this job is not available
Build Config
{
  "rvm": [
    "1.9.3",
    "2.1.5"
  ],
  "sudo": false,
  "script": [
    "bundle exec rspec spec"
  ],
  "language": "ruby"
}