Enable a macOS Rust stable build on Travis CI
This commit is contained in:
parent
f11eabf868
commit
b5b8e21fc1
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ rust:
|
|||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
rust: stable
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in a new issue