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 9b97632 commit c62e448
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ 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 c62e448

Please sign in to comment.