rustversion 0.1.4

Conditional compilation according to rustc compiler version
Documentation
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