aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index c63bc7c..cae3dcb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: c++
sudo: required
-dist: trusty
+dist: xenial
addons: &addons
apt:
@@ -8,10 +8,10 @@ addons: &addons
- ubuntu-toolchain-r-test
packages: &packages
- automake
- - libboost1.55-all-dev
+ - libboost1.58-all-dev
- libcurl4-openssl-dev
- - gcc-5
- - g++-5
+ - gcc-9
+ - g++-9
compiler:
- gcc
@@ -19,11 +19,11 @@ compiler:
script:
- |
./bootstrap
- CC=gcc-5 CXX=g++-5 ./configure
+ CC=gcc-9 CXX=g++-9 ./configure
make
- |
sudo apt-get install libmagickwand-dev
./bootstrap
- CC=gcc-5 CXX=g++-5 ./configure
+ CC=gcc-9 CXX=g++-9 ./configure
make