diff options
author | MichaĆ Janiszewski | 2019-11-19 22:30:38 +0100 |
---|---|---|
committer | D G Turner | 2019-11-22 14:40:13 +0000 |
commit | 61626099375c936308e1f516e061a167fefc8fb5 (patch) | |
tree | 7ce82f4df2ac9b7a06c860f4d725ebe5083edcb1 | |
parent | 7bb28d486e0e9586f6a3b4d78301462fb6e3f596 (diff) | |
download | scummvm-rg350-61626099375c936308e1f516e061a167fefc8fb5.tar.gz scummvm-rg350-61626099375c936308e1f516e061a167fefc8fb5.tar.bz2 scummvm-rg350-61626099375c936308e1f516e061a167fefc8fb5.zip |
TRAVIS: Update distribution to Xenial
Trusty, Ubuntu 14.04 LTS has reached end of standard support in April
2019. It is replaced in Travis job with Xenial, 16.04 LTS release with
support until April 2021.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1bbcf9d248..39142a148f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,7 @@ matrix: before_cache: - brew cleanup -dist: trusty +dist: xenial script: - ./configure --enable-all-engines --enable-opl2lpt --enable-verbose-build |