Skip to content

Commit

Permalink
Fixing travis rustfmt bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 12, 2020
1 parent 4931213 commit 476db5e
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 @@ -19,7 +19,7 @@ addons:
matrix:
include:
- rust: nightly
env: DO_COV=true AS_DEPENDENCY=true DO_LINT=true
env: DO_COV=true AS_DEPENDENCY=true # DO_LINT=true - excluding linting until https://github.com/rust-lang/rust/issues/74812 will be fixed

script:
- ./contrib/test.sh
Expand Down

0 comments on commit 476db5e

Please sign in to comment.