Skip to content

Commit

Permalink
Merge pull request Mangopay#286 from venyii/test-php72
Browse files Browse the repository at this point in the history
Test PHP 7.2 and 7.3 in TravisCI
  • Loading branch information
mickaelpois authored Nov 6, 2018
2 parents a0ae655 + a839bca commit bfa66e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3

before_script:
- php -r "printf('PHP %s', phpversion());"
- composer self-update
- composer install --no-interaction -o

script: ./vendor/bin/phpunit

0 comments on commit bfa66e4

Please sign in to comment.