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

matrix:
  include:
    - rust: nightly-2018-01-26
      before_script:
        - rustup component add rustfmt-preview
      script:
        - cargo fmt -- --write-mode=diff

script:
  - cargo test