summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-07-20 12:39:31 (GMT)
committerGitHub <noreply@github.com>2018-07-20 12:39:31 (GMT)
commit749afec191b8504a661dc2f2c730301777dc1712 (patch)
treee03b703cf23e20b7504dcbe68efaa521820e37f1 /.travis.yml
parent3e310e8d977ab9a3341c6d40336337f530ed9e4c (diff)
downloadDoxygen-749afec191b8504a661dc2f2c730301777dc1712.zip
Doxygen-749afec191b8504a661dc2f2c730301777dc1712.tar.gz
Doxygen-749afec191b8504a661dc2f2c730301777dc1712.tar.bz2
try to force using the fully virtualized travis environment
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index acc325a..51a32a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: cpp
compiler:
- gcc
- clang
+sudo: required
before_install:
- sudo apt-add-repository ppa:smspillaz/cmake-2.8.12 -y