diff options
| author | Sergey Shepelev <temotor@gmail.com> | 2020-10-19 03:00:50 +0300 |
|---|---|---|
| committer | Sergey Shepelev <temotor@gmail.com> | 2020-10-19 03:00:50 +0300 |
| commit | 58dfaece82965834c9ed338ad95032bf5292a92b (patch) | |
| tree | fcc32b56ebdd9adaaa995d00463bcfb58ecce2ad | |
| parent | f2ebbb87590d0fa4f173599806dfec88caeb9fb9 (diff) | |
| download | eventlet-travis.tar.gz | |
travis: update according to their validatortravis
- deprecated key sudo (The key `sudo` has no effect anymore.)
- missing os/dist
- key matrix is an alias for jobs, using jobs
- eventlet slack channel was abandoned
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index e9a62c1..163faa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ -sudo: required +os: linux +dist: xenial language: python -matrix: +jobs: fast_finish: true include: - {python: 3.6, env: TOXENV=pep8} @@ -64,6 +65,3 @@ script: after_failure: - for X in .tox/$TOXENV/log/*; do echo "$X\n"; cat "$X"; echo "\n\n"; done - echo "pip.log\n"; cat $HOME/.pip/pip.log - -notifications: - slack: eventlet-net:OYrQ1JE3hdTD78yQY1yZJnnc |
