donatj / PhpUserAgent

Lightning Fast, Minimalist PHP User Agent String Parser.
https://donatstudios.com/PHP-Parser-HTTP_USER_AGENT
MIT License
565 stars 127 forks source link

Update .travis.yml #59

Closed donatj closed 4 years ago

donatj commented 4 years ago

Looks like Travis doesn't offer 7.4 yet. Soon!

donatj commented 4 years ago

Travis is so broken it didn't even mark the PR here. I'm waiting on support to get back to me.

peter279k commented 4 years ago

It seems that the GitHub action has been integrated recently.

I think it's time to switch Travis CI to GitHub Action and this PR will not be necessary :).

donatj commented 4 years ago

@peter279k Travis was broken as a whole for me, I contacted support and it took them a couple days to get back to me. In the meantime I started poking GitHub Actions as a potential replacement.

I think you're probably right, I'm pretty happy with GitHub Actions as a whole.

peter279k commented 4 years ago

@donatj, thanks for your reply.

In my experiences of Travis CI building, I usually suffer some issues.

For example, CI building problem, sync and enable CI build hook on GitHub repositories.

That's why I suggest you to consider migrating to GitHub Action build if some Travis CI build issues happen frequently :).