Explorar o código

Remove rust fmt from Travis

From #208 rust fmt has been removed as it is still somewhat unstable.
Sasha Hilton %!s(int64=6) %!d(string=hai) anos
pai
achega
d76d9725e0
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      .travis.yml

+ 0 - 4
.travis.yml

@@ -20,10 +20,6 @@ before_script:
     - echo '[target.armv7-unknown-linux-gnueabihf]' > ~/.cargo/config
     - echo 'linker = "arm-linux-gnueabihf-gcc"' >> ~/.cargo/config
     - rustup target add armv7-unknown-linux-gnueabihf
-    - if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
-         rustup component add rustfmt-preview;
-         cargo fmt --all -- --write-mode=diff;
-      fi
 
 script:
     - cargo build --locked --no-default-features