summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-01-05 19:47:27 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-01-05 19:47:27 +0100
commitb7b43c1d69c59007b40925205e4e24962b3b6278 (patch)
tree91d20020c7d5c05e5eb046aeedd2c2995a172a73 /.travis.yml
parentdfaf5f6c54597f81b1a8b777f55b89c93f87a345 (diff)
downloadrpg-b7b43c1d69c59007b40925205e4e24962b3b6278.tar.gz
rpg-b7b43c1d69c59007b40925205e4e24962b3b6278.tar.bz2
fixed error in .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 93bc500cf..8942e69da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,9 @@ php:
- "5.4"
- "5.3"
notifications:
- irc: "chat.freenode.net#dokuwiki"
+ irc:
+ channels:
+ - "chat.freenode.net#dokuwiki"
on_success: change
on_failure: change
script: cd _test && phpunit --stderr --verbose