summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2018-04-16 15:15:02 +0000
committerThe Bundler Bot <bot@bundler.io>2018-04-16 15:15:02 +0000
commitb7684c7bf91c448b8ee6bf60d39353385a51e23b (patch)
tree1843b340e3df1ad64fb7a826fc9de6e5289ea453 /.travis.yml
parent6ce1eea14bc2d9917ea67d0103e0a7f15a0b62ec (diff)
parent6c3f358159af19dac592b661de92303c4f4a6cae (diff)
downloadbundler-b7684c7bf91c448b8ee6bf60d39353385a51e23b.tar.gz
Auto merge of #6488 - bundler:colby/fix-exec-spec, r=segiddins
Fix failing exec spec that is blocking 1.16.2 ### Overview There is a test that is [failing in travis](https://travis-ci.org/bundler/bundler/builds/365371973) which is preventing v1.16.2 from being released. The spec in question is checking the `BUNDLER_SPEC_SUB_VERSION` env var and changes the assertion of the test depending on the stubbed version. The issue is that the 1-16-stable branch does not really use `BUNDLER_SPEC_SUB_VERSION` and the spec is assuming it's testing Bundler 2. ### What is your fix for the problem, implemented in this PR? Checking for `BUNDLER_SPEC_SUB_VERSION` is not really necessary in the first place because the test is already scoped for Bundler 1 & 2 (using rspec tags). This PR removes the checking for `BUNDLER_SPEC_SUB_VERSION`.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions