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

os:
  - linux
  - osx

rust:
  - stable

cache:
  directories:
    - $HOME/.cargo

script:
  - cargo build --all
  - cargo test
  - cargo test --no-default-features
  - cargo doc --all --no-deps