浏览代码

CI: Build on Ubuntu Xenial for Travis CI

Trusty is reaching EOL in April 2019.
Gol-D-Ace 6 年之前
父节点
当前提交
5e01429aa6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -29,7 +29,7 @@ matrix:
       before_deploy: "./CI/before-deploy-osx.sh"
 
     - os: linux
-      dist: trusty
+      dist: xenial
       sudo: required
       before_install: "./CI/install-dependencies-linux.sh"
       before_script: "./CI/before-script-linux.sh"