aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-10-01 16:19:02 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2015-10-01 16:19:04 +0800
commitc481137b40a75bc2f00517da58fbf8e5353404f3 (patch)
treed579ced03dc9bfe1c74b7e05c903419535b5c198 /.travis.yml
parent9f0b0772953881a712465f8a54fe3232718eea48 (diff)
travis: drop all use of sudo and root-owned directories
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c3a1951..2b9f8617 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,9 @@ addons:
sudo: false
script:
- autoreconf
- - ./configure
+ - ./configure --prefix=$HOME/prefix
- make -j2
- - sudo make install
+ - make install
- make test SHOW_INTERACTIVE_LOG=1
notifications:
irc: