aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: e639318d12050399d559bbd629c9fa06259628e3 (plain) (tree)
1
2
3
4
5
6
7
8
9



              
       
                    


            
                              
          
                                




                                                                                           
language: rust
rust:
  - stable
  - beta
script:
  - cargo test --all
cache: cargo
matrix:
  include:
    - rust: nightly-2018-04-03
      env:
        - CLIPPY_VERSION=0.0.191
      before_script:
        - rustup component add rustfmt-preview
        - cargo install clippy --version $CLIPPY_VERSION || echo "clippy already installed"
      script:
        - cargo test --all-features