aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/bionic
Commit message (Collapse)AuthorAgeFilesLines
* Convert CI to GitHub ActionsPierre Ossman2021-06-082-68/+0
| | | | | | Travis has unfortunately been severely rate limited by Docker Hub so we have to switch to GitHub, which has an agreement with Docker to avoid the rate limiting.
* Don't run container builds with a TTYPierre Ossman2021-06-081-1/+1
| | | | No TTY is provided in GitHub's environment, so we cannot have this flag.
* Update apt cache before running buildsPierre Ossman2020-04-021-0/+1
| | | | | Otherwise it might fail if the repositories have changed since the image was generated.
* Allow non-interactive installs for bionic (travis-ci)Brian P. Hinz2019-12-211-0/+2
|
* Add ubuntu-bionic to travis-ci buildsBrian P. Hinz2019-12-212-0/+65