summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames R. Barlow <jim@purplerock.ca>2017-10-27 15:43:47 -0700
committerJames R. Barlow <jim@purplerock.ca>2017-10-27 15:43:47 -0700
commit4db5adc76340f6982cf3bc48fc184d0707665cc6 (patch)
tree600d020fbc95201d5d396b0c5480467272b71c86 /.travis.yml
parent6ed892ab11b104f713172893bd47e4e8b6d3a02c (diff)
Needs more sudo
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9fe0fd1..eabb92e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: cpp
dist: trusty
+sudo: required
cache:
ccache: true
directories:
@@ -43,7 +44,8 @@ install:
tar zxf qpdf-7.0.0.tar.gz
cd qpdf-7.0.0/
./configure
- make install -j 2
+ make -j 2
+ sudo make install
cd ..
fi
if [ "$TRAVIS_OS_NAME" = "osx" ]; then