Skip to content

Commit 239f60c

Browse files
Stop installing rustfmt on CI
It's no longer present on every nightly so we're spuriously failing builds
1 parent 2aacd29 commit 239f60c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sudo: true
44
rust:
55
- nightly
66

7-
before_script:
8-
- rustup component add rustfmt-preview
9-
107
before_install:
118
- sudo apt-get update
129
- sudo apt-get install -y linux-tools-common linux-tools-generic linux-tools-`uname -r` linux-cloud-tools-`uname -r`

0 commit comments

Comments
 (0)