Skip to content

Commit

Permalink
Travis tests and PHPUNit for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
encreinformatique committed Nov 23, 2019
1 parent b6c0f35 commit 3653f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ php:

script:
- composer install --prefer-dist
- vendor/bin/phpunit
- vendor/bin/phpunit tests/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.4"
"phpunit/phpunit": "^7.4|^8.4"
}
}

0 comments on commit 3653f74

Please sign in to comment.