alacritty/.travis.yml

11 lines
175 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:
- cargo test