From 655875acf90576804679a5cfb2486e0dbb41e559 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Wed, 13 Feb 2019 18:44:23 +1100 Subject: [PATCH] Remove cargo fmt from travis.yml --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index db2e17430..67541b975 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,6 @@ script: - cargo test --verbose --all --manifest-path lighthouse-beacon/Cargo.toml - cargo test --verbose --all --manifest-path lighthouse-validator/Cargo.toml - cargo test --verbose --all --manifest-path lighthouse-libs/Cargo.toml - - cargo fmt --all --manifest-path lighthouse-beacon/Cargo.toml -- --check - - cargo fmt --all --manifest-path lighthouse-validator/Cargo.toml -- --check - - cargo fmt --all --manifest-path lighthouse-libs/Cargo.toml -- --check rust: - stable - beta