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

jobs:
  fast_finish: true

notifications:
  email:
    on_success: always
    on_failure: always