summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: a166d9fb02986c395b8bd54b9e86209e47917e4b (plain)
1
2
3
4
5
6
7
8
9
10
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cargo build --verbose
  - cargo test --verbose
  - cd ipfs-api; cargo build --verbose --features actix --no-default-features
  - cd ipfs-api; cargo test --verbose --features actix --no-default-features