Test with PHP 7.1

This commit is contained in:
Timothy Warren 2017-02-21 13:06:39 -05:00
parent b8d4768b1b
commit 1118631c58
1 changed files with 6 additions and 1 deletions

View File

@ -19,3 +19,8 @@ test:7:
image: php:7
script:
- phpunit -c build --no-coverage
test:7.1:
image: php:7.1
script:
- phpunit -c build --no-coverage