Use Xenial distribution for Travis (#2736)
no need to install make 4.1 anymore
This commit is contained in:
parent
3515876cac
commit
afa996e661
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue