Skip to content

Commit

Permalink
Add bug reference in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TeXitoi committed Oct 6, 2016
1 parent 7061102 commit 247bf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
script:
- cargo test
- if [ $TRAVIS_RUST_VERSION = nightly ]; then cargo test --no-default-features --features nightly; fi
# These test "almost" fail because of a bug of cargo (TODO: link to bug)
# These test "almost" fail because of a bug of cargo https://github.com/rust-lang/cargo/issues/3172
- cargo test --package bragi
- cargo test --package mimir
- if [ $TRAVIS_RUST_VERSION = nightly ]; then cargo test --package bragi --no-default-features --features nightly; fi
Expand Down

0 comments on commit 247bf34

Please sign in to comment.