diff options
author | Joe Wilm <joe@jwilm.com> | 2016-02-21 19:51:49 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-02-21 19:56:31 -0800 |
commit | e301843686c3f7ce04b7e44e82f20e8f6e3613a7 (patch) | |
tree | b43cfee2feea9824ab9004b3751eee6581d92b5e /.travis.yml | |
parent | 5040c44f670ab1ce51faf3ae588002f7b4c0ffca (diff) | |
download | alacritty-e301843686c3f7ce04b7e44e82f20e8f6e3613a7.tar.gz alacritty-e301843686c3f7ce04b7e44e82f20e8f6e3613a7.zip |
Add test font for travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e0aa2236..e61a6b01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,9 @@ rust: - 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 |