Skip to content

.travis.yml: Removed deprecated sudo tag and changed the matrix tag to jobs#276

Merged
SpamapS merged 2 commits intogearman:masterfrom
esabol:remove-sudo-tag-from-travis-yml
Feb 18, 2020
Merged

.travis.yml: Removed deprecated sudo tag and changed the matrix tag to jobs#276
SpamapS merged 2 commits intogearman:masterfrom
esabol:remove-sudo-tag-from-travis-yml

Conversation

@esabol
Copy link
Member

@esabol esabol commented Feb 18, 2020

I noticed that under "View config" on Travis CI, it says:

root: deprecated key sudo (The key `sudo` has no effect anymore.)

I googled that and found this blog entry:

All the Python repos subsequently removed sudo: required from their .travis.yml files. For example: python/mypy#6675

We might as well do the same!

@esabol
Copy link
Member Author

esabol commented Feb 18, 2020

By the way, it also says:

root: key matrix is an alias for jobs, using jobs

Might as well change matrix: to jobs: in .travis.yml then?

Update: I made that change as well.

@esabol esabol changed the title Remove deprecated sudo tag from .travis.yml .travis.yml: Removed deprecated sudo tag from and changed the matrix tag to jobs Feb 18, 2020
@esabol esabol changed the title .travis.yml: Removed deprecated sudo tag from and changed the matrix tag to jobs .travis.yml: Removed deprecated sudo tag and changed the matrix tag to jobs Feb 18, 2020
@SpamapS SpamapS merged commit 354e06c into gearman:master Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants