Merge pull request #803 from mwhudson/no-eoan

test on groovy and not eoan
This commit is contained in:
Michael Hudson-Doyle 2020-07-27 11:24:16 +12:00 committed by GitHub
commit 16e080392e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,8 +4,8 @@ dist: xenial
env:
- IMAGE=ubuntu-daily:bionic SCRIPT="make lint"
- IMAGE=ubuntu-daily:bionic SCRIPT=./scripts/runtests.sh
- IMAGE=ubuntu-daily:eoan SCRIPT=./scripts/runtests.sh
- IMAGE=ubuntu-daily:focal SCRIPT=./scripts/runtests.sh
- IMAGE=ubuntu-daily:groovy SCRIPT=./scripts/runtests.sh
language: bash