Skip to content

Commit

Permalink
Test framework tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Jun 28, 2017
1 parent 94de701 commit 5bf336b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,3 +1,5 @@
dist: trusty

language: php

php:
Expand All @@ -6,6 +8,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

before_install:
Expand All @@ -23,7 +26,7 @@ before_script:

script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- vendor/bin/coveralls
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -27,7 +27,8 @@
"ext-curl": "*"
},
"require-dev": {
"satooshi/php-coveralls": "^1.0||^2.0"
"satooshi/php-coveralls": "^1.0||^2.0",
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 5bf336b

Please sign in to comment.