Oh no, sudo -i changes cwd

This commit is contained in:
Willem Toorop 2014-09-03 21:50:06 +02:00
parent 992d24165a
commit 73fcceaa29
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ before_script:
script:
- ./configure --with-libevent
- make
- sudo -i PATH=$PATH make install
- sudo PATH=$PATH make install
- make test
- sudo make uninstall