Pull Request #54 Use /usr/bin/env for shebang.

Use `#!/usr/bin/env bash` for shebang, rather than `#!/bin/bash`. The
latter isn't portable, as at least *BSD put `bash` in `/usr/bin`.

This is currently stopping caching from working on FreeBSD builds, which
Travis now supports.

Michael Killough avatar Michael Killough

Pull request event #456.1 passed

  • Ran for
AMD64
Ruby: 2.5
Git
travis-ci/casher:.travis.yml@62e02d5
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"
  ]
}