Second attempt to fix travis clang build

This commit is contained in:
Willem Toorop 2014-09-03 21:47:04 +02:00
parent 05818d87fa
commit 992d24165a
1 changed files with 2 additions and 2 deletions

View File

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