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

jobs:
  allow_failures:
    - rust: nightly
  fast_finish: true

notifications:
  email:
    on_success: always
    on_failure: always