mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 23:20:39 +00:00
undo accidental push to master
This commit is contained in:
parent
0fc1d8874c
commit
a592e37350
1 changed files with 0 additions and 4 deletions
|
@ -30,10 +30,6 @@ install:
|
|||
- npm install remark-cli remark-lint
|
||||
|
||||
script:
|
||||
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
|
||||
- RUSTC_HEAD=`git ls-remote https://github.com/rust-lang/rust.git HEAD | tr -d ",." | tr " \t" "\n" | grep -e "HEAD" -v`
|
||||
- rustup-toolchain-install-master $RUSTC_HEAD
|
||||
- rustup default $RUSTC_HEAD
|
||||
- PATH=$PATH:./node_modules/.bin
|
||||
- remark -f README.md > /dev/null
|
||||
- set -e
|
||||
|
|
Loading…
Reference in a new issue