Added script to create test configuration for travis-ci.
This commit is contained in:
parent
f6915e2e53
commit
f9f172ec1f
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
language: rust
|
||||
script:
|
||||
- mktestconfig.sh
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo doc --verbose
|
||||
|
|
1
mktestconfig.sh
Normal file
1
mktestconfig.sh
Normal file
|
@ -0,0 +1 @@
|
|||
echo "{\"owners\": [\"test\"],\"nickname\": \"test\",\"username\": \"test\",\"realname\": \"test\",\"password\": \"\",\"server\": \"irc.fyrechat.net\",\"port\": 6667,\"channels\": [\"#calc0000\", \"#vana\"]}" > config.json
|
Loading…
Add table
Reference in a new issue