Skip to content

Commit

Permalink
Travis CI: fix some config warnings
Browse files Browse the repository at this point in the history
`sudo: false` used to be the way to opt in to their container-based
infrastructure. That system was retired in 2018 and so the `sudo` option
no longer does anything. Remove it.

Travi CI supports multiple OSes now. Add `os: linux` to be explicit
about which OS we want to test on.
  • Loading branch information
magical committed Mar 4, 2020
1 parent a0b47ad commit 51957b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
os: linux
language: python
python:
- "2.7"
Expand All @@ -13,4 +14,3 @@ before_script: pokedex setup -v
script:
- py.test
- pokedex dump -l all
sudo: false

0 comments on commit 51957b9

Please # to comment.