aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a803d5836dc88529c1bca709776f5bc888ad2c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
language: rust
sudo: false

rust:
  - 1.20.0
  - stable
  - beta
  - nightly

branches:
  only:
    - master

# the main build
script:
  - |
      cargo build --no-default-features &&
      cargo test --no-default-features &&
      cargo build &&
      cargo test