Skip to content

Commit

Permalink
Merge #174
Browse files Browse the repository at this point in the history
174: Temporarily disable clippy r=Dylan-DPC a=kinggoesgaming

<!--
    As we are working towards a stable version of uuid, we require that you 
    open an issue, before submitting a pull request. If the pull request is 
    imcomplete, prepend the Title with WIP: 
-->

**I'm submitting a ...**
  - [ ] bug fix
  - [ ] feature enhancement
  - [ ] deprecation or removal
  - [ ] refactor

# Description
Removed running clippy tests until further notice.

# Motivation
Currently our builds break every night with caching enabled on nightly channel where clippy tests are done.

# Tests
N/A

# Related Issue(s)
N/A
  • Loading branch information
bors[bot] committed Mar 18, 2018
2 parents 8b7f02f + 10991f7 commit 4c562db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ matrix:
cache: cargo
before_script:
- rustup component add rustfmt-preview
- ( cargo install clippy || true )
# - ( cargo install clippy || true )
script:
- cargo fmt --all -- --write-mode=diff
- cargo test
- cargo clippy
# - cargo clippy

script:
- cargo test --features "$FEATURES" $NDF
Expand Down

0 comments on commit 4c562db

Please sign in to comment.