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