Use Xenial distribution for Travis (#2736)

no need to install make 4.1 anymore
This commit is contained in:
Gregor Hartmann 2019-04-22 19:45:59 +02:00 committed by Marcel Stör
parent 3515876cac
commit afa996e661
1 changed files with 1 additions and 7 deletions

View File

@ -1,11 +1,5 @@
sudo: required # due to manual install of make 4.1 dist: xenial
dist: trusty # due to the make 4.1 not installable on precise
language: cpp language: cpp
# we need at least GNU Make 4.0, which isn't available in trusty, so grab it
# manually from xenial
before_install:
- wget http://mirrors.kernel.org/ubuntu/pool/main/m/make-dfsg/make_4.1-6_amd64.deb
- sudo dpkg -i make_4.1-6_amd64.deb
addons: addons:
apt: apt:
packages: packages: