tristen / tablesort

:arrow_up_down: A small tablesorter in plain JavaScript
https://tristen.ca/tablesort/demo/
MIT License
1.1k stars 179 forks source link

Several upgrades and improvements to CI #218

Closed tripu closed 2 years ago

tripu commented 2 years ago

Looking at #217 I noticed that there was no info on the PR about Travis builds and the results of tests. I think that's because we're still on the (now deprecated) travis-ci.org, instead of the newer travis-ci.com.

I fixed that, plus a few other old shortcomings:

After merging this, I'd move the default branch here from gh-pages to master (the only reason it was gh-pages was that at the time that was the only branch that GH Pages was able to serve, but that has changed now).

tripu commented 2 years ago

wave @tripu I might be missing something but should Travis be running against this branch? I don't see the status of tests against the PR.

I set up the Travis config so that only master is built. To save resources and avoid builds in all branches. But we can remove those two lines and have builds of everything, that's fine by me!

tripu commented 2 years ago

Thanks for reviewing, @tristen.

Can you move the default branch from gh-pages to master now, and set up GH Pages so that it serves what's in master instead? :pray:

tripu commented 2 years ago

Thank you, @tristen! :partying_face: