diff options
| author | Steven Fackler <[email protected]> | 2013-11-09 17:34:38 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-11-09 17:34:38 -0800 |
| commit | f2f62be4149826fefec3c8ddd2ed0ac518ffc776 (patch) | |
| tree | 2ad2a9ba9a8f17c31196662855409a280b84b95c | |
| parent | Update for latest master and fix segfault (diff) | |
| download | rust-openssl-f2f62be4149826fefec3c8ddd2ed0ac518ffc776.tar.xz rust-openssl-f2f62be4149826fefec3c8ddd2ed0ac518ffc776.zip | |
Have traivs actually test
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 55c9e432..62352f53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ install: before_script: - openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null & script: - - rustc --test lib.rs - - ./lib + - rustpkg build + - rustpkg test |