kinkofer / FightClub5eXML

Creating XML files of all D&D sources compatible with Fight Club 5e and Game Master 5e apps for iOS and Android.
MIT License
706 stars 395 forks source link

Travis CI not working #161

Closed esabol closed 3 years ago

esabol commented 3 years ago

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 3 years ago

The “Travis CI - Branch Expected — Waiting for status to be reported” message should be fixed by following the Remedy instructions found here:

https://travis-ci.community/t/known-issue-travis-ci-reports-expected-waiting-for-status-to-be-reported-on-the-github-status-api-but-the-status-never-arrives/1154

esabol commented 3 years ago

Ping @kinkofer

kinkofer commented 3 years ago

Removed Dropbox deployment in #168.