mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add test font for travis
This commit is contained in:
parent
5040c44f67
commit
e301843686
1 changed files with 5 additions and 0 deletions
|
@ -7,4 +7,9 @@ rust:
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
script:
|
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
|
- cargo test
|
||||||
|
|
Loading…
Reference in a new issue