mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Travis CI: fix some config warnings
`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.
This commit is contained in:
parent
a0b47add63
commit
51957b9b37
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
os: linux
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
@ -13,4 +14,3 @@ before_script: pokedex setup -v
|
||||||
script:
|
script:
|
||||||
- py.test
|
- py.test
|
||||||
- pokedex dump -l all
|
- pokedex dump -l all
|
||||||
sudo: false
|
|
||||||
|
|
Loading…
Reference in a new issue