mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
11 lines
175 B
YAML
11 lines
175 B
YAML
|
language: rust
|
||
|
sudo: false
|
||
|
|
||
|
rust:
|
||
|
# There's currently a cargo bug on stable which prevents libfontconfig_sys
|
||
|
# from building properly.
|
||
|
- nightly
|
||
|
|
||
|
script:
|
||
|
- cargo test
|