diff options
author | sitkevij <sitkevij@gmail.com> | 2018-04-24 06:42:17 -0700 |
---|---|---|
committer | sitkevij <sitkevij@gmail.com> | 2018-04-24 06:42:17 -0700 |
commit | 05149736512ec00fb97d5a261d045bdfa71e35cd (patch) | |
tree | abe284f8f8cd5681f7235470f98d9e229ad6a4a7 | |
parent | c9b6f8d20b828eaaa79edc4b17f767ea2c3bd5ab (diff) |
remove: cargo fmt --all -- --write-mode=diffv0.1.2
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index acf3c8d..545c307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ matrix: - rust: nightly - os: osx script: - - cargo fmt --all -- --write-mode=diff - cargo build --verbose --all - cargo test --verbose --all -- --nocapture - docker build -t sitkevij/stretch-slim:hex-0.1.2 . |