Travis CI not working
Closed this issue · 3 comments
esabol commented
The latest dropbox-deployment
gem requires a version of the faraday
gem that only works on Ruby 2.4+.
Changing
- rvm install 2.3.8
to
- rvm install 2.4.5
in the .travis.yml
file will get the checks working again with PRs.
However, in light of issue #157, maybe the dropbox-deployment
stuff should all be commented out or removed?
esabol commented
The “Travis CI - Branch Expected — Waiting for status to be reported” message should be fixed by following the Remedy instructions found here: