Skip to content

Commit

Permalink
travis: drop all use of sudo and root-owned directories
Browse files Browse the repository at this point in the history
  • Loading branch information
zanchey committed Oct 1, 2015
1 parent 9f0b077 commit c481137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit c481137

Please sign in to comment.