mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 10:43:25 +00:00
Add CI for macOS
This commit is contained in:
+8
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user