Browse Source

travis: don't cat ~/.cargo/config - may not exist

Mokhtar Naamani 5 years ago
parent
commit
2a7fa7197a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -20,7 +20,7 @@ before_script:
   - rustup target add ${TARGET}
   - rustup target add wasm32-unknown-unknown --toolchain nightly
   - rustup show
-  - cat ~/.cargo/config
+  # - cat ~/.cargo/config
 
 script:
   - cargo fmt --all -- --check