Skip to content

Commit

Permalink
.travis.yml: The 'sudo' tag is now deprecated in Travis CI
Browse files Browse the repository at this point in the history
[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration).

"_If you currently specify __sudo: false__ in your __.travis.yml__, we recommend removing that configuration_"
  • Loading branch information
cclauss authored and superbobry committed Apr 18, 2019
1 parent 99e0d46 commit 3e22a27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,5 +1,4 @@
dist: xenial
sudo: false
cache: pip

language: python
Expand Down

0 comments on commit 3e22a27

Please sign in to comment.