alacritty/.travis.yml

16 lines
344 B
YAML
Raw Normal View History

language: rust
sudo: false
rust:
# There's currently a cargo bug on stable which prevents libfontconfig_sys
# from building properly.
- nightly
script:
2016-02-22 03:51:49 +00:00
# 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