aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 563df5be072a77c2a08dc9f0964068da70a662a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: rust
rust:
  - stable
  - beta
  - nightly
# Oldest supported version:
  - 1.32.0

dist: trusty
sudo: false

matrix:
  allow_failures:
    - rust: nightly

notifications:
  email:
    on_success: never

addons:
  apt:
    packages:
      - texinfo