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