summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: aebc311db315ea5fc8190a61aa69aa0d17c3dc4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
matrix:
  include:
    - language: nix
      script:
        - nix-shell --pure --run "cargo build --all --all-features"
        - nix-shell --pure --run "cargo test --all --all-features"

jobs:
  fast_finish: true

notifications:
  email:
    on_success: never
    on_failure: always