Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Make SingleMediator work on php 7.0, 7.1, 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomontefuscolo committed May 15, 2018
1 parent 160ee30 commit bd4b5b5
Show file tree
Hide file tree
Showing 4 changed files with 1,503 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
vendor/
composer.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ install:

script:
- find ./src -type f -name '*.php' -exec php -l {} \;
- ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests
- ./vendor/bin/phpunit --bootstrap vendor/autoload.php tests --testdox
Loading

0 comments on commit bd4b5b5

Please sign in to comment.