From 432922d624e320eda7bb278487d68ad74cdaadec Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Tue, 14 Jun 2016 07:53:45 -0700 Subject: Add macOS to CI matrix --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3