Skip to content

Commit

Permalink
Drop deprecated sudo from travis config (#256)
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).  Also, don’t hardcode __dist: trusty__ because it is currently the Travis default but that might change soon.
  • Loading branch information
cclauss authored and menshikh-iv committed Jan 17, 2019
1 parent 229d2b6 commit a069ab8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: python
dist: trusty
sudo: false

env:
global:
Expand Down Expand Up @@ -31,7 +29,6 @@ matrix:
- SO_S3_RESULT_URL: "s3://smart-open-py37-benchmark-results"
- BOTO_CONFIG: "/dev/null"
dist: xenial
sudo: true


install:
Expand Down

0 comments on commit a069ab8

Please sign in to comment.