mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add macOS to CI matrix
This commit is contained in:
parent
bd8bd26c8b
commit
432922d624
1 changed files with 5 additions and 6 deletions
11
.travis.yml
11
.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
|
||||
|
|
Loading…
Reference in a new issue