Skip to content

Commit

Permalink
Fix Travis CI settings and deprecated 'sudo: false'
Browse files Browse the repository at this point in the history
There is no need to set the 'sudo: false' anymore. This enabled
a container based CI that is not used anymore in Travis CI. The
Xenial based Travis builds are always VM based builds and there
is no need or use to define the 'sudo: false' anymore.

[1]
https://stackoverflow.com/a/53346787
https://changelog.travis-ci.com/the-container-based-build-environment-is-fully-deprecated-84517

Signed-off-by: Heikki Laaksonen <laaksonen.heikki.j@gmail.com>
  • Loading branch information
heilaaks committed Jun 30, 2019
1 parent 005b662 commit d5fa12a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: python
dist: xenial
cache: pip
Expand Down

0 comments on commit d5fa12a

Please sign in to comment.