summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 8137b0a80b13a8178848a2e5ec3cf285ce7e174c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: true
language: rust
cache: cargo
rust:
  - nightly
  - beta
  - stable

matrix:
    allow_failures:
        - rust: nightly

script:
  - cargo test