summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 4bb4f9374c277508a9a59e4abcbbcb5a7daad5e9 (plain)
1
2
3
4
5
6
7
8
9
language: rust
sudo: false
rust:
    - stable
    - beta
    - nightly
os:
    - osx
    - linux