add osx test target, allow nightly to fail

This commit is contained in:
Sean McArthur
2016-12-02 11:57:30 -08:00
parent ffaf6647de
commit 552f4712cd

View File

@@ -1,8 +1,13 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
fast_finish: true
allow_failures:
- rust: nightly
include:
- os: osx
rust: stable
- rust: beta
- rust: stable
sudo: false