Skip to content

Commit

Permalink
Edit travis config.
Browse files Browse the repository at this point in the history
Removed `fmt` check
  • Loading branch information
r8d8 committed Jun 12, 2018
1 parent a3d5cf3 commit 8cba180
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ matrix:
notifications:
email:
on_success: never
before_install:
- travis_wait cargo install rustfmt --force || true
before_script:
- export PATH="$PATH":~/.cargo/bin
- echo "\$ rustfmt --version"
- cargo fmt -- --version --force
script:
- export RUST_BACKTRACE=1
- cargo fmt -- --verbose --write-mode=diff --force
- test "$TRAVIS_RUST_VERSION" == nightly || cargo test --verbose
- test "$TRAVIS_RUST_VERSION" != nightly || cargo test --verbose --features "dev"
- cargo build --verbose --release
Expand Down

0 comments on commit 8cba180

Please sign in to comment.