Run configure on travis
This commit is contained in:
parent
e2554ea6af
commit
cd6c0ebcb5
|
|
@ -8,6 +8,7 @@ install:
|
||||||
- sudo apt-get install rust-nightly
|
- sudo apt-get install rust-nightly
|
||||||
before_script:
|
before_script:
|
||||||
- openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null &
|
- openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null &
|
||||||
|
- ./configure
|
||||||
script:
|
script:
|
||||||
- make all test doc
|
- make all test doc
|
||||||
after_success:
|
after_success:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue