Have traivs actually test

This commit is contained in:
Steven Fackler 2013-11-09 17:34:38 -08:00
parent 2e168ab820
commit f2f62be414
1 changed files with 2 additions and 2 deletions

View File

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