diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index e61a6b01..ee26adca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,14 @@ language: rust sudo: false +os: + - linux + - osx + rust: # There's currently a cargo bug on stable which prevents libfontconfig_sys - # from building properly. + # from building properly. I certainly wish I wrote down what that was. - nightly script: - # Install test font - - curl -O http://media.nodnod.net/Inconsolata-dz.otf.zip - - unzip Inconsolata-dz.otf.zip - - mkdir ~/.fonts - - mv Inconsolata-dz.otf ~/.fonts/ - cargo test |