Merge pull request #1739 from Gol-D-Ace/CI-Travis-Xenial

CI: Build on Ubuntu Xenial for Travis CI
This commit is contained in:
Colin Edwards 2019-03-12 12:50:53 -05:00 committed by GitHub
commit 73b9957ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"