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

rust:
  - stable
  - beta
  - nightly

script:
  - |
      cargo build &&
      cargo test

notifications:
  email: false