Skip to content

Commit

Permalink
Merge pull request #5 from DarioSwain/di
Browse files Browse the repository at this point in the history
ReCaptcha remove hardcode constructor di
  • Loading branch information
IlyaPokamestov committed Aug 1, 2015
2 parents 95a4d79 + d87b0c0 commit ee5e62b
Show file tree
Hide file tree
Showing 5 changed files with 1,125 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vendor/

bin/
.idea
composer.phar
composer.lock
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ php:
- 5.4
- 5.5
- 5.6
- hhvm
- 7.0

allow_failures:
- php: 7.0

before_script:
- travis_retry composer self-update
- travis_retry composer require satooshi/php-coveralls:dev-master --no-update --dev
- travis_retry composer require satooshi/php-coveralls:0.6.* --no-update --dev
- travis_retry composer install --prefer-source --no-interaction --dev

script:
Expand Down
Loading

0 comments on commit ee5e62b

Please sign in to comment.