Run configure on travis

This commit is contained in:
Steven Fackler 2014-01-20 20:49:24 -08:00
parent e2554ea6af
commit cd6c0ebcb5
1 changed files with 1 additions and 0 deletions

View File

@ -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: