Browse Source

travis: show cargo settings

Mokhtar Naamani 5 years ago
parent
commit
9092a6bfd4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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