summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 71f059e1ae0d732db5429b6043c6e166d0ec8b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust:
  - stable

cache: cargo

os:
  - linux
  - osx

branches:
  only:
    - master