Skip to content

Commit

Permalink
Fix composer json. Add php 7.4 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
akDeveloper committed Jul 21, 2020
1 parent 0601604 commit 0d13ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ language: php
php:
- 7.2
- 7.3
- 7.4
before_script: composer install
script:
- ./vendor/bin/phpunit tests/
after_success:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
notifications:
email: false
email: false
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "larium/search",
"description": "Simple search for http queries.",
"keywords": ["http search", "search", "filtering", "criteria"],
"type": "Library",
"type": "library",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 0d13ec6

Please sign in to comment.