Mercurial > p > roundup > code
changeset 6217:10d7700ff6ad
Fix errors in spec: add os, no sudo, rename matrix to jobs/fix
Also python 3.8 is no longer allowed to fail, only nightly. nightly is
not enabled at the moment.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 Jul 2020 10:38:30 -0400 |
| parents | 9d3b4472a47d |
| children | 7146b68ac263 |
| files | .travis.yml |
| diffstat | 1 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Wed Jul 01 12:56:17 2020 -0400 +++ b/.travis.yml Thu Jul 02 10:38:30 2020 -0400 @@ -1,3 +1,5 @@ +os: linux + language: python cache: pip @@ -23,12 +25,9 @@ dist: - xenial -matrix: +jobs: allow_failures: # nightly not ready for prime time yet. - - 3.8 - - nightly - -sudo: false + - python: nightly addons: apt:
