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 language: cpp
dist: trusty
sudo: required
compiler: compiler:
- gcc - gcc
@ -71,11 +73,12 @@ script:
- echo $CXXFLAGS - echo $CXXFLAGS
- make -s -j4 - make -s -j4
- cd ../ - cd ../
# check htmlreport stuff # note: trusty on travis has python pygments disabled so disable these tests on travis
- ./htmlreport/test_htmlreport.py ## check htmlreport stuff
- cd htmlreport # - ./htmlreport/test_htmlreport.py
- ./check.sh # - cd htmlreport
- cd ../ # - ./check.sh
# - cd ../
# check if DESTDIR works TODO: actually execute this # check if DESTDIR works TODO: actually execute this
- mkdir install_test - mkdir install_test
- echo $CXXFLAGS - echo $CXXFLAGS