summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2012-03-10 14:05:08 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2012-03-10 14:05:08 +0100
commite40c763bf969acbaa7c4c61be50f01e870062080 (patch)
tree4970da3ceaef5592dae5cb007a740b0686a40482 /.travis.yml
parent5d3e04ec80ca3b485dfee272d9f6c142c38042af (diff)
Fixed camelize.
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 c5a999359..4e13a83d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,4 +10,4 @@ before_script:
- pyrus install http://pear.php-tools.net/get/vfsStream-0.11.2.tgz
- phpenv rehash
-script: phpunit --configuration phpunit.xml \ No newline at end of file
+script: phpunit --configuration tests/phpunit.xml \ No newline at end of file