1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/.travis.yml
Joe Wilm 4ecc4a15f1
Cache cargo dependencies on travis
This should improve build times.
2016-06-14 07:55:00 -07:00

16 lines
257 B
YAML

language: rust
sudo: false
cache: cargo
os:
- linux
- osx
rust:
# There's currently a cargo bug on stable which prevents libfontconfig_sys
# from building properly. I certainly wish I wrote down what that was.
- nightly
script:
- cargo test