Skip to content

Commit

Permalink
Maybe fix travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibi Braniecki committed Oct 17, 2017
1 parent 5d73b85 commit 9b97632
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ addons:
- kalakris-cmake

before_script:
- cargo install cargo-travis || echo "cargo-travis already installed"
- export PATH=$HOME/.cargo/bin:$PATH
- which rustfmt || cargo install rustfmt-nightly
- |
cargo install cargo-travis || echo "cargo-travis already installed"
export PATH=$HOME/.cargo/bin:$PATH
which rustfmt || cargo install rustfmt-nightly
script:
- cargo fmt -- --write-mode=diff
Expand Down

0 comments on commit 9b97632

Please sign in to comment.