Added script to create test configuration for travis-ci.

This commit is contained in:
Aaron Weiss 2014-10-08 21:04:51 -04:00
parent f6915e2e53
commit f9f172ec1f
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
language: rust
script:
- mktestconfig.sh
- cargo build --verbose
- cargo test --verbose
- cargo doc --verbose

1
mktestconfig.sh Normal file
View 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