travis: drop all use of sudo and root-owned directories

From
http://docs.travis-ci.com/user/migrating-from-legacy/
This commit is contained in:
David Adam 2015-10-01 16:19:02 +08:00
parent 9f0b077295
commit c481137b40

View file

@ -13,9 +13,9 @@ addons:
sudo: false sudo: false
script: script:
- autoreconf - autoreconf
- ./configure - ./configure --prefix=$HOME/prefix
- make -j2 - make -j2
- sudo make install - make install
- make test SHOW_INTERACTIVE_LOG=1 - make test SHOW_INTERACTIVE_LOG=1
notifications: notifications:
irc: irc: