From d13a8d6a3272d55de70a4837819aa1ee4a5993bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Wed, 26 Jul 2017 23:24:09 +0200 Subject: [PATCH] travis: update from ubuntu precise to trusty Unfortunately we have to disable htmlreport test due to pygments being unavailable. --- .travis.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b0cac2350..9074f7737 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: cpp +dist: trusty +sudo: required compiler: - gcc @@ -71,11 +73,12 @@ script: - echo $CXXFLAGS - make -s -j4 - cd ../ -# check htmlreport stuff - - ./htmlreport/test_htmlreport.py - - cd htmlreport - - ./check.sh - - cd ../ +# note: trusty on travis has python pygments disabled so disable these tests on travis +## check htmlreport stuff +# - ./htmlreport/test_htmlreport.py +# - cd htmlreport +# - ./check.sh +# - cd ../ # check if DESTDIR works TODO: actually execute this - mkdir install_test - echo $CXXFLAGS