mirror of https://github.com/getdnsapi/getdns.git
Second attempt to fix travis clang build
This commit is contained in:
parent
05818d87fa
commit
992d24165a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue