Browse Source

fmt for travis

pull/173/head
DenioD 4 years ago
parent
commit
362e93f0b3
  1. 1
      .travis.yml

1
.travis.yml

@ -18,6 +18,7 @@ before_script:
before_install:
- rustup component add rustfmt --toolchain 1.41.0-x86_64-unknown-linux-gnu
- gem install bundler
- curl -sSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal
- export PATH="$PATH:$HOME/.cargo/bin"

Loading…
Cancel
Save