summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e0aa223656a496de97c6ed8b66011f26f1c7ae43 (plain)
1
2
3
4
5
6
7
8
9
10
language: rust
sudo: false

rust:
  # There's currently a cargo bug on stable which prevents libfontconfig_sys
  # from building properly.
  - nightly

script:
  - cargo test