aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2020-03-11 23:40:27 -0700
committerMarco Poletti <poletti.marco@gmail.com>2020-03-11 23:40:27 -0700
commit54877f7d299e81e05b92dd43e00bd0d291260344 (patch)
tree895924da0ef4f2446c7c09d6df0b32e8c876c334 /.travis.yml
parent54d62be3cd807ab4720dfba46999681fe311b642 (diff)
downloadgoogle-fruit-54877f7d299e81e05b92dd43e00bd0d291260344.tar.gz
Use Ubuntu xenial as base OS for CI test runs (this is the OS that runs docker, not the OS in which tests are run, so it mostly doesn't matter).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ca75228..9f60e51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
branches:
only:
- master
-dist: trusty
+dist: xenial
language: cpp
matrix:
fast_finish: true