aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 866d9138f46a71bfd00e0f1decf9d399c25bcb41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: rust

matrix:
  include:
    - rust: stable
      before_script:
        - rustup component add rustfmt-preview
      script:
        - cargo fmt --all -- --write-mode=diff
        - cargo test

branches:
  only:
    - staging
    - master
    - trying