1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

CI on OS X too

This commit is contained in:
Sunrin SHIMURA (keen) 2015-12-25 12:23:39 +09:00
parent af359468a2
commit b4daea03c4

View file

@ -3,6 +3,9 @@ rust:
- stable
- beta
- nightly
os:
- linux
- osx
sudo: false
script:
- cargo build
@ -11,3 +14,4 @@ matrix:
allow_failures:
- rust: stable
- rust: beta
- os: osx