travis: update from ubuntu precise to trusty

Unfortunately we have to disable htmlreport test due to pygments being unavailable.
This commit is contained in:
Matthias Krüger 2017-07-26 23:24:09 +02:00
parent eb288ec2a1
commit d13a8d6a32
1 changed files with 8 additions and 5 deletions

View File

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