Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Commit

Permalink
Allow failures on beta toolchain
Browse files Browse the repository at this point in the history
Some dependencies don't guarantee beta compatibility making it difficult
for racerd to do so. In this case, the latest version of clap (racer
dep) is broken.
  • Loading branch information
jwilm committed Aug 23, 2016
1 parent c292f97 commit 85e03ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -14,6 +14,7 @@ rust:
matrix:
allow_failures:
- rust: nightly
- rust: beta

script:
- cargo test
Expand Down

0 comments on commit 85e03ef

Please sign in to comment.