Browse Source

travis: rustup show

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

+ 1 - 0
.travis.yml

@@ -19,6 +19,7 @@ before_script:
   - rustup update nightly
   - rustup target add ${TARGET}
   - rustup target add wasm32-unknown-unknown --toolchain nightly
+  - rustup show
 
 script:
   - cargo fmt --all -- --check