2014-09-11 11:26:31 -04:00
|
|
|
language: rust
|
2016-03-25 23:07:47 -04:00
|
|
|
rust: stable
|
2015-07-12 19:48:30 -04:00
|
|
|
sudo: false
|
2014-09-11 11:26:31 -04:00
|
|
|
script:
|
2014-11-05 01:45:17 -05:00
|
|
|
- chmod +x mktestconfig.sh
|
|
|
|
- ./mktestconfig.sh
|
2018-01-30 03:10:05 +01:00
|
|
|
- cargo build --verbose
|
2018-01-30 03:21:47 +01:00
|
|
|
- rustdoc --test README.md --extern irc=target/debug/libirc.rlib -L target/debug/deps
|
2017-06-29 00:31:27 -07:00
|
|
|
- cargo test --verbose --features "toml yaml"
|
2017-11-16 17:32:09 +01:00
|
|
|
- cargo test --doc
|
2014-12-31 20:40:57 -05:00
|
|
|
- cargo test --verbose --no-default-features
|
2014-09-11 11:26:31 -04:00
|
|
|
notifications:
|
2015-03-31 13:18:04 -04:00
|
|
|
email: false
|
2014-09-11 11:26:31 -04:00
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.fyrechat.net#vana-commits"
|
|
|
|
template:
|
|
|
|
- "%{repository_slug}/%{branch} (%{commit} - %{author}): %{message}"
|
|
|
|
skip_join: true
|