summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 5a44985..0de6d9d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,15 @@
language: php
php:
-- '5.5'
-- '5.4'
+ - '5.5'
+ - '5.4'
install:
-- composer install
-script: phpunit --bootstrap test/unit/bootstrap.php ./test/unit
+ - composer install
+before_script:
+ - curl -s http://getcomposer.org/installer | php
+ - php composer.phar install --dev --no-interaction
+script:
+ - mkdir -p test/output/report
+ - composer test
after_script:
- php vendor/bin/coveralls
notifications: