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

rust:
  - stable
  - beta
  - nightly
  - 1.22.0

cache: cargo

script:
  - cargo build --verbose --all-features
  - cargo test --verbose --all-features

matrix:
  allow_failures:
    - rust: nightly