summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 1b176933a9ce621a8311a9760d0e4faeeacb86ca (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:
  # Whole bunch of stuff needs nightly for now
  - nightly-2016-07-11

script:
  - cargo test