1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #642 from remram44/allow-stable-failure

Allow failure on Rust 1.0.0 (broken right now)
This commit is contained in:
Joseph Crail 2015-06-30 22:49:14 -04:00
commit 633a429e43

View file

@ -8,3 +8,6 @@ script:
- make test
- make build-check
- make test-check
matrix:
allow_failures:
- rust: 1.0.0