diff --git a/.travis.yml b/.travis.yml index 8f18b38..a3bc34d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ before_script: - rustup component add clippy - rustup component add rustfmt - 'echo $PATH' + - 'which sh.exe' script: - cargo clippy --all