Skip to content

Commit

Permalink
Merge pull request #270 from fenom-template/develop
Browse files Browse the repository at this point in the history
Fix bugs; phpunit things
  • Loading branch information
bzick authored Apr 22, 2017
2 parents 449b76e + 44ac3b1 commit 7d0db43
Show file tree
Hide file tree
Showing 10 changed files with 565 additions and 376 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ php:
- 7.1

before_script:
- composer update --dev --quiet
- composer global require satooshi/php-coveralls
# - composer update --dev --quiet

script:
- phpunit
- phpunit -c phpunit.xml.dist

after_script:
- php vendor/bin/coveralls
- coveralls
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ext-tokenizer": "*"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit": "<6.0",
"satooshi/php-coveralls": "*"
},
"autoload": {
Expand Down
Loading

0 comments on commit 7d0db43

Please sign in to comment.