diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-10 14:05:08 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-03-10 14:05:08 +0100 |
commit | e40c763bf969acbaa7c4c61be50f01e870062080 (patch) | |
tree | 4970da3ceaef5592dae5cb007a740b0686a40482 /.travis.yml | |
parent | 5d3e04ec80ca3b485dfee272d9f6c142c38042af (diff) |
Fixed camelize.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |