Closed tripu closed 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!
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:
Thank you, @tristen! :partying_face:
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 newertravis-ci.com
.I fixed that, plus a few other old shortcomings:
travis-ci.org
→travis-ci.com
Focal
)16
&18
, and latestnpm
npm ci
instead ofnpm i
; add the build step to the CI cycle, tooengines
ofpackage.json
"lockfileVersion": 2
)master
After merging this, I'd move the default branch here from
gh-pages
tomaster
(the only reason it wasgh-pages
was that at the time that was the only branch that GH Pages was able to serve, but that has changed now).