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

Merge pull request #768 from KeenS/osx_ci

CI on OS X too. And cache .cargo
This commit is contained in:
Heather 2015-12-25 11:33:23 +04:00
commit d3ddac751e

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