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

cache: cargo

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