From c481137b40a75bc2f00517da58fbf8e5353404f3 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 1 Oct 2015 16:19:02 +0800 Subject: [PATCH] travis: drop all use of sudo and root-owned directories From http://docs.travis-ci.com/user/migrating-from-legacy/ --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c3a195163cc..2b9f86174d73 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: