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

os:
  - linux
  - osx

rust:
  # There's currently a cargo bug on stable which prevents libfontconfig_sys
  # from building properly. I certainly wish I wrote down what that was.
  - nightly

script:
  - cargo test