Add travis

This commit is contained in:
Ferran Basora 2019-02-28 23:00:41 +00:00
parent 7046f8e375
commit 52cb25d76c

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: rust
cache: cargo
dist: trusty
os:
- linux
- osx
rust:
- nightly
- stable
script:
- cargo build
- cargo test