mirror of https://github.com/getdnsapi/getdns.git
Workaround "clang not found" travis build error
See https://github.com/travis-ci/travis-ci/issues/2607
This commit is contained in:
parent
458806a08b
commit
05818d87fa
|
@ -8,6 +8,6 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- ./configure --with-libevent
|
- ./configure --with-libevent
|
||||||
- make
|
- make
|
||||||
- sudo make install
|
- sudo -i make install
|
||||||
- make test
|
- make test
|
||||||
- sudo make uninstall
|
- sudo -i make uninstall
|
||||||
|
|
Loading…
Reference in New Issue