mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
0dfba30181
Also adds a feature `err-println` for enabling `err_println!` printing.
15 lines
187 B
YAML
15 lines
187 B
YAML
language: rust
|
|
sudo: false
|
|
|
|
cache: cargo
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
rust:
|
|
# Whole bunch of stuff needs nightly for now
|
|
- nightly-2016-11-06
|
|
|
|
script:
|
|
- cargo test --no-default-features
|