summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0bb81f77c89af525ea8332fb77bb864ea152e6b7 (plain)
1
2
3
4
5
6
7
8
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cargo build
  - ./test.sh