make travis happy

This commit is contained in:
Y. T. Chung
2014-10-23 23:53:57 +08:00
parent dcf082d139
commit a50914d8ce

View File

@@ -1,5 +1,9 @@
language: rust
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libssl-dev
script:
- cargo build -v
- cargo test -v