Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #41 from epage/ci
Browse files Browse the repository at this point in the history
chore: Update CI
  • Loading branch information
epage authored Jul 2, 2018
2 parents 63dc252 + 7d2bfbe commit c56f943
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
sudo: false
language: rust
rust:
- 1.22.0 # Two releases back
- 1.22.0 # Oldest supported version
- stable
- beta
- nightly
matrix:
include:
- env: RUSTFMT
rust: 1.25.0 # `stable`: Locking down for consistent behavior
rust: 1.27.0 # `stable`: Locking down for consistent behavior
install:
- rustup component add rustfmt-preview
script:
- cargo fmt -- --write-mode=diff
- env: RUSTFLAGS="-D warnings"
rust: 1.25.0 # `stable`: Locking down for consistent behavior
rust: 1.27.0 # `stable`: Locking down for consistent behavior
install:
script:
- cargo check --tests --all-features
- env: CLIPPY_VERSION="0.0.179"
rust: nightly-2018-01-12
- env: CLIPPY_VERSION="0.0.209"
rust: nightly-2018-06-19
install:
- travis_wait cargo install clippy --version $CLIPPY_VERSION || echo "clippy already installed"
script:
Expand Down

0 comments on commit c56f943

Please sign in to comment.