Add CI for macOS

This commit is contained in:
Dirkjan Ochtman
2018-12-30 21:34:57 +01:00
parent 97301a93a4
commit af66816f06
+8 -2
View File
@@ -9,11 +9,17 @@ addons:
cache: cargo
rust:
- stable
- beta
- nightly
os:
- linux
- osx
matrix:
allow_failures:
- rust: nightly
include:
- os: linux
rust: beta
- os: linux
rust: nightly
before_cache:
if [[ "$TRAVIS_RUST_VERSION" == nightly ]]; then