Fix Travis: use clang compiler

without.crypto
Dan Burkert 10 years ago
parent c38f094aff
commit c83dc25eaa
  1. 1
      .travis.yml

@ -6,5 +6,6 @@ script:
- cargo build -v
- cargo test -v
- cargo doc
compiler: clang
after_script:
- mv target/doc . && curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh

Loading…
Cancel
Save