CI: Add macOS testing with Travis

This commit is contained in:
Danilo Bargen 2018-02-11 14:25:06 +01:00
commit e0fa9272f1

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: rust
os: osx
rust:
- 1.19.0
- stable
cache: cargo
script: cargo test