2014-09-11 17:26:31 +02:00
|
|
|
language: rust
|
2016-03-26 04:07:47 +01:00
|
|
|
rust: stable
|
2018-02-26 20:09:37 +01:00
|
|
|
sudo: false
|
2014-09-11 17:26:31 +02:00
|
|
|
script:
|
2019-08-27 15:05:51 +02:00
|
|
|
- cargo test --all --features "toml yaml json"
|
|
|
|
- cargo build
|
|
|
|
# No idea how to fix this, since we don't depend on futures-preview directly.
|
|
|
|
# - rustdoc --test README.md --extern irc=target/debug/libirc.rlib -L target/debug/deps --edition 2018
|
|
|
|
- cargo run --example build-bot
|
2014-09-11 17:26:31 +02:00
|
|
|
notifications:
|
2015-03-31 19:18:04 +02:00
|
|
|
email: false
|
2014-09-11 17:26:31 +02:00
|
|
|
irc:
|
|
|
|
channels:
|
2018-09-17 23:50:53 +02:00
|
|
|
- "ircs://irc.pdgn.co:6697/#commits"
|
2014-09-11 17:26:31 +02:00
|
|
|
template:
|
|
|
|
- "%{repository_slug}/%{branch} (%{commit} - %{author}): %{message}"
|
|
|
|
skip_join: true
|