aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: ab21b0a4d3905338e9284fd7419f027a55ee3215 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
sudo: false
rust:
  - stable
  - beta
  - nightly

addons:
  apt:
    packages:
    - libnotmuch-dev

script:
  - cargo build --no-default-features --verbose --all
  - cargo test --no-default-features --verbose --all