Skip to content

Commit ad6c43e

Browse files
authored
Merge pull request #61 from snapshotpl/php7-tests
Add php7 tests
2 parents cd06759 + e87a19c commit ad6c43e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ language: php
22

33
php:
44
- 5.6
5+
- 7.0
6+
- 7.1
7+
- 7.2
8+
- 7.3
59

610
sudo: false
711

8-
install: travis_retry composer install --no-interaction --prefer-source
12+
install: travis_retry composer install --no-interaction
913

1014
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)