Travis-CI now builds with the encode feature.
This commit is contained in:
parent
b4cda39134
commit
89835dc2e2
1 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@ script:
|
||||||
- chmod +x mktestconfig.sh
|
- chmod +x mktestconfig.sh
|
||||||
- ./mktestconfig.sh
|
- ./mktestconfig.sh
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
- cargo build --verbose --features ssl
|
- cargo build --verbose --features "encode ssl"
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
- cargo test --verbose --features ssl
|
- cargo test --verbose --features "encode ssl"
|
||||||
- cargo doc --verbose
|
- cargo doc --verbose
|
||||||
- cargo doc --verbose --features ssl
|
- cargo doc --verbose --features "encode ssl"
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
|
Loading…
Reference in a new issue