Workaround "clang not found" travis build error

See https://github.com/travis-ci/travis-ci/issues/2607
This commit is contained in:
Willem Toorop 2014-09-03 21:33:43 +02:00
parent 458806a08b
commit 05818d87fa
1 changed files with 2 additions and 2 deletions

View File

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