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

rust:
  - nightly
  - beta
  - stable
  - 1.31.0

script:
  - cargo test

matrix:
  include:
    - rust: nightly
      name: Minimal versions
      before_script:
        - cargo update -Z minimal-versions