tpope / rbenv-aliases

Create aliases for rbenv Ruby versions
MIT License
129 stars 18 forks source link

Tests are broken #13

Closed jasonkarns closed 8 years ago

jasonkarns commented 8 years ago

I was in the process of doing a PR for #8 (as I've already added the feature to nodenv-aliases) when I noticed that the tests on master are failing.

git-bisect reports that cd420ba0971fb232b4b70aaf42e4f2bc992255d1 is the commit that broke the tests. I haven't dug in yet whether the test failures are true positives or false positives.

For CI, I've enabled travis on my fork and pushed a trigger build (.travis.yml was already present but it needed a commit to trigger travis.) https://travis-ci.org/jasonkarns/rbenv-aliases

jasonkarns commented 8 years ago

I've opened #14 which fixes the bugs causing the tests to fail. (The test failures were true positives, not false positives.)