Add macOS to CI matrix

This commit is contained in:
Joe Wilm 2016-06-14 07:53:45 -07:00
parent bd8bd26c8b
commit 432922d624
No known key found for this signature in database
GPG Key ID: 39B57C6972F518DA
1 changed files with 5 additions and 6 deletions

View File

@ -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