summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-02-11 23:00:55 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-02-11 23:02:44 +0100
commit44e51f2fde494e6183b60153246c72bacef88ad7 (patch)
tree2d29b5c7ce5d8121656b24b444032c0e665ba6bf /.travis.yml
parent6fb9a18c398fe7ee30a3dcc890a9b224b510b542 (diff)
downloadrpg-44e51f2fde494e6183b60153246c72bacef88ad7.tar.gz
rpg-44e51f2fde494e6183b60153246c72bacef88ad7.tar.bz2
order seems to matter for phpunit parameters
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8942e69da..93867162c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,4 +9,4 @@ notifications:
- "chat.freenode.net#dokuwiki"
on_success: change
on_failure: change
-script: cd _test && phpunit --stderr --verbose
+script: cd _test && phpunit --verbose --stderr