wp-bootstrap / wp-bootstrap-navwalker

A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
https://wp-bootstrap.github.io/wp-bootstrap-navwalker/
GNU General Public License v3.0
3.37k stars 1.94k forks source link

Re-enable travis #484

Closed pattonwebz closed 3 years ago

pattonwebz commented 4 years ago

Hey @bhubbard I have started spending some time working on this project again and getting it all cleared out. I noticed that travis is no longer considered when tests are being run. Could we enable travis via the integration on the settings page? I do not have sufficient access to do it from my side.

EDIT: Actually it seems like it was just a configuration issue that prevented it running because of an old package. Seem to be working fine but keeping this issue thread open for now just incase I need your assistance with anything else :)

pattonwebz commented 3 years ago

With changes to travis it's probably a good idea to swap to some other CI runner. CircleCI is a popular choice.

Closing this issue now and will open a different on with the suggestion when I have time to put something together