Closed lloydwatkin closed 5 years ago
If the test run on Travis-CI is not directly from a pull request then shiba will fail to find the branch commit hash. Therefore we also inspect ENV['TRAVIS_COMMIT'] in order to determine the git commit to test.
ENV['TRAVIS_COMMIT']
Fixes #32
Thanks for the contribution!
If the test run on Travis-CI is not directly from a pull request then shiba will fail to find the branch commit hash. Therefore we also inspect
ENV['TRAVIS_COMMIT']
in order to determine the git commit to test.Fixes #32