summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: cc980818d3fd26c0ae73b2017992632e9f884a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: rust
rust:
  - 1.42.0
  - stable
  - beta
  - nightly

jobs:
  fast_finish: true
  allow_failures:
    - rust: nightly

  include:
    - name: 'Rust: test with all features'
      rust: stable
      install:
        - cargo install cargo-hack
      script:
        - cargo hack test --feature-powerset