Skip to content

Commit

Permalink
test Travis CI workaround for rust-lang/rust#51699
Browse files Browse the repository at this point in the history
(cherry picked from commit 09581dc)
  • Loading branch information
mykmelez committed Jun 22, 2018
1 parent 12e5a10 commit d8820e8
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 @@ -9,7 +9,7 @@ matrix:
- rust: nightly
fast_finish: true
before_script:
- rustup toolchain install nightly
- rustup toolchain install nightly-2018-06-18
- rustup component add rustfmt-preview --toolchain nightly
- command -v rustfmt || cargo install --force rustfmt-nightly
script:
Expand Down

0 comments on commit d8820e8

Please sign in to comment.