Travis builds suddenly started failing
Closed this issue · 2 comments
jish commented
It looks like they need some extra git configuration.
jamesbarnett commented
Hi,
I ran into this issue as well. The only solution I found was to add my git info to my .travis.yml in the before_install:
block:
- git config --global user.email = "james.barnett.jr@gmail.com"
- git config --global user.name = "Jim Barnett"
I ran into this issue when I created my previous pull request to add an rspec focus check. I ended up deleting that pull request because I figured you would not want my info in your project.
I am thinking this might have started failing because the last two pull requests you accepted were failing the Travis build as well.
Regards,
Jim