Skip to content

Commit

Permalink
travis didn't fail when compiling miri on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jun 16, 2016
1 parent 06d1780 commit 6a5f737
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: rust
rust:
- nightly
matrix:
allow_failures:
- rust: nightly
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
Expand Down

1 comment on commit 6a5f737

@solson
Copy link
Member

@solson solson commented on 6a5f737 Jun 16, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, this was my fault for removing the specific nightly version we used to have without removing the matrix bit.

Please sign in to comment.