add travis ci

This commit is contained in:
Sean McArthur
2016-11-08 14:40:26 -08:00
parent fb3c229483
commit 289659e822

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
language: rust
rust:
- stable
- beta
- nightly
sudo: false
cache:
apt: true
directories:
- target/debug/deps
- target/debug/build
script:
- cargo build --verbose
- cargo test --verbose
notifications:
email: false