summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e911aa3d7183ccb94ef2ba80589e699bc7c37b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
sudo: false

cache: cargo

os:
  - linux
  - osx

rust:
  - 1.15.0
  - stable

script:
  - cargo test --no-default-features