diff options
| author | Zeyla Hellyer <[email protected]> | 2017-09-18 17:49:01 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-09-18 17:49:01 -0700 |
| commit | ccf7f1c794e093351e045857d534d16d28630ff8 (patch) | |
| tree | b8bcb6bd2e57fb06ab143787044c827d7008d95d | |
| parent | Apply rustfmt (diff) | |
| download | serenity-ccf7f1c794e093351e045857d534d16d28630ff8.tar.xz serenity-ccf7f1c794e093351e045857d534d16d28630ff8.zip | |
travis: don't test rustfmt
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e840827..b2304a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,6 @@ before_script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ldconfig; fi - cd .. - export PATH="$PATH:$HOME/.cargo/bin" - - which rustfmt || cargo install rustfmt script: - - cargo fmt -- --write-mode=diff - cargo build --all-features - cargo test --all-features |