hchiam / learning-lighthouse-ci

Learning Google's Lighthouse CI from scratch with a minimal template web app (quickstart)
MIT License
57 stars 18 forks source link

Still an error in travis ci #7

Open MichaelDimmitt opened 2 years ago

MichaelDimmitt commented 2 years ago

It looks like the last travis build to run was a year ago.

can we trigger a manual run to ensure that it is working. your repo is the official one that google lighthouse puts in the docs.

when they go to your readme and look at the travis build lets have it show as passing! 🎉

https://travis-ci.org/github/hchiam/learning-lighthouse-ci

hchiam commented 2 years ago
Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.

It also looks like the links to the build results on .org also became broken links after the migration from Travis CI .org to .com

I also haven't gotten around to getting credits for re-enabling my Travis CI, and I'd personally recommend using GitHub Actions instead (free).

For now I can correct the link for PR #1 to: https://app.travis-ci.com/github/hchiam/learning-lighthouse-ci/builds/137235917

MichaelDimmitt commented 2 years ago

sounds fine to me. but also I thought travis-ci was free for public repos like this one 🤷‍♂️

MichaelDimmitt commented 2 years ago

pr with github action: https://github.com/hchiam/learning-lighthouse-ci/pull/8