Skip to content

Commit

Permalink
Merge pull request #2 from GrahamCampbell/testing
Browse files Browse the repository at this point in the history
Testing Improvements
  • Loading branch information
toin0u committed Jul 28, 2014
2 parents 35f64e6 + 0a3ffba commit a40dd7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- curl -sS http://getcomposer.org/installer | php
- php composer.phar install --dev --prefer-dist --no-interaction
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev

script: phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
script:
- vendor/bin/phpunit --verbose --coverage-text --coverage-clover ./build/logs/clover.xml

after_script: php vendor/bin/coveralls
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},

"require-dev" : {
"phpunit/phpunit" : "~4.0",
"orchestra/testbench" : "~2.0",
"satooshi/php-coveralls" : "~0.6"
},
Expand Down

0 comments on commit a40dd7e

Please sign in to comment.