diff options
| author | Steven Fackler <[email protected]> | 2014-01-20 20:49:24 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-01-20 20:49:24 -0800 |
| commit | cd6c0ebcb57bb1e106155f47205c45ecdbeb3f9a (patch) | |
| tree | ce67ccbb0e1aae97ca73ac761ee55872d4375aa6 | |
| parent | Add a configure script and an install target (diff) | |
| download | rust-openssl-cd6c0ebcb57bb1e106155f47205c45ecdbeb3f9a.tar.xz rust-openssl-cd6c0ebcb57bb1e106155f47205c45ecdbeb3f9a.zip | |
Run configure on travis
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8afe46de..704a8f76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |