Commit f2f62be4 authored by Steven Fackler's avatar Steven Fackler
Browse files

Have traivs actually test

parent 2e168ab8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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