2014-11-05 07:49:55 +01:00
|
|
|
env:
|
|
|
|
global:
|
2015-01-13 09:13:32 +01:00
|
|
|
- secure: aGzqk53//ZQmZ/7Eb8XtlUG3bmwmR5p+RCSqUEz0xUazsYAO0/NRYgEkebXpggvjQCaJFsWWNxfSq5+3bVa43boIChKzshkrqIvF6sO5RxMslNQbb4rabo4GadJYMMFmoG/3h1EwFk3pEsAorNC/M6VVuH9XLKD5dWgvefMqclc=
|
2014-09-11 17:26:31 +02:00
|
|
|
language: rust
|
2016-03-26 04:07:47 +01:00
|
|
|
rust: stable
|
2015-07-13 01:48:30 +02:00
|
|
|
sudo: false
|
2014-09-11 17:26:31 +02:00
|
|
|
script:
|
2014-11-05 07:45:17 +01:00
|
|
|
- chmod +x mktestconfig.sh
|
|
|
|
- ./mktestconfig.sh
|
2017-06-29 09:31:27 +02:00
|
|
|
- cargo build --verbose --features "toml yaml"
|
|
|
|
- cargo test --verbose --features "toml yaml"
|
2015-01-01 02:33:52 +01:00
|
|
|
- cargo build --verbose --no-default-features
|
2015-01-01 02:40:57 +01:00
|
|
|
- cargo test --verbose --no-default-features
|
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:
|
|
|
|
- "irc.fyrechat.net#vana-commits"
|
|
|
|
template:
|
|
|
|
- "%{repository_slug}/%{branch} (%{commit} - %{author}): %{message}"
|
|
|
|
skip_join: true
|