summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeardyman <nornholdj@gmail.com>2015-10-02 15:21:53 -0400
committerbeardyman <nornholdj@gmail.com>2015-10-02 15:21:53 -0400
commit6276548f6991258d72c5a62a01947ba9b0429873 (patch)
tree7e516000cef86aff97080f48e6f4491676162267
parentc07ad6bd5e0ecf9229262baada639385adbb11ea (diff)
downloadphp-sparkpost-6276548f6991258d72c5a62a01947ba9b0429873.zip
php-sparkpost-6276548f6991258d72c5a62a01947ba9b0429873.tar.gz
php-sparkpost-6276548f6991258d72c5a62a01947ba9b0429873.tar.bz2
added some stuff to the travis.yml
-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: