Skip to content

Commit d13a8d6

Browse files
committed
travis: update from ubuntu precise to trusty
Unfortunately we have to disable htmlreport test due to pygments being unavailable.
1 parent eb288ec commit d13a8d6

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: cpp
2+
dist: trusty
3+
sudo: required
24

35
compiler:
46
- gcc
@@ -71,11 +73,12 @@ script:
7173
- echo $CXXFLAGS
7274
- make -s -j4
7375
- cd ../
74-
# check htmlreport stuff
75-
- ./htmlreport/test_htmlreport.py
76-
- cd htmlreport
77-
- ./check.sh
78-
- cd ../
76+
# note: trusty on travis has python pygments disabled so disable these tests on travis
77+
## check htmlreport stuff
78+
# - ./htmlreport/test_htmlreport.py
79+
# - cd htmlreport
80+
# - ./check.sh
81+
# - cd ../
7982
# check if DESTDIR works TODO: actually execute this
8083
- mkdir install_test
8184
- echo $CXXFLAGS

0 commit comments

Comments
 (0)