Don't forget to install clippy

This commit is contained in:
yanchith 2020-01-17 17:58:42 +01:00
parent b6215db57d
commit cd114e780a

View File

@ -57,6 +57,9 @@ before_install:
- if [[ $TRAVIS_RUST_VERSION != "nightly" ]] && [[ $TRAVIS_OS_NAME == "windows" ]]; then rustup default stable-msvc; fi
- if [[ $TRAVIS_RUST_VERSION == "nightly" ]] && [[ $TRAVIS_OS_NAME == "windows" ]]; then rustup default nightly-msvc; fi
before_script:
- rustup component add clippy
script:
- cargo test
# TODO: enable GL backend