aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2013-11-09 17:34:38 -0800
committerSteven Fackler <[email protected]>2013-11-09 17:34:38 -0800
commitf2f62be4149826fefec3c8ddd2ed0ac518ffc776 (patch)
tree2ad2a9ba9a8f17c31196662855409a280b84b95c
parentUpdate for latest master and fix segfault (diff)
downloadrust-openssl-f2f62be4149826fefec3c8ddd2ed0ac518ffc776.tar.xz
rust-openssl-f2f62be4149826fefec3c8ddd2ed0ac518ffc776.zip
Have traivs actually test
-rw-r--r--.travis.yml4
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