summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 36948bdd7357cad08a09d45acfc621f5ee1953be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  include:
    - stage: lint
      name: "Rust: rustfmt"
      rust: stable
      install:
        - rustup component add rustfmt
      script:
        - cargo fmt -v -- --check
notifications:
  email: false