Pull Request #56 Add -y flag to apt install md5deep

without this flag the build might stand still waiting user input.

Gard Rimestad avatar Gard Rimestad

Pull request event #460.1 passed

  • Ran for
AMD64
Ruby: 2.5
Git
travis-ci/casher:.travis.yml@9d63b29
language: ruby

rvm: 2.5

script: bundle exec rspec spec
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "2.5"
  ],
  "script": [
    "bundle exec rspec spec"
  ]
}