diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-03-29 11:43:59 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-03-29 11:43:59 +0100 |
commit | ab1c3205d7316426885b6aa3e05f421c74d232e8 (patch) | |
tree | 3f121da500aa877e637fb2591bd10b5eb4397689 | |
parent | 4d490932e08daefa778f58ea4694fc97486507ce (diff) |
Travis CI: Use Linux Xenial
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 159ede98..8c569d93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ os: - linux - osx +dist: xenial + compiler: - gcc - clang |