rust-irc/.travis.yml

15 lines
334 B
YAML
Raw Normal View History

2014-09-11 17:26:31 +02:00
language: rust
script:
- chmod +x mktestconfig.sh
- ./mktestconfig.sh
2014-09-11 17:26:31 +02:00
- cargo build --verbose
- cargo test --verbose
- cargo doc --verbose
notifications:
irc:
channels:
- "irc.fyrechat.net#vana-commits"
template:
- "%{repository_slug}/%{branch} (%{commit} - %{author}): %{message}"
skip_join: true