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