Skip to content

Commit 6cb895d

Browse files
authored
Merge pull request #78 from andreybolonin/patch-1
Update .travis.yml
2 parents 5954509 + f8144cb commit 6cb895d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ php:
66
- 5.6
77
- 7.0
88
- 7.1
9+
- 7.2
910
- hhvm
1011

1112
dist: trusty
@@ -16,4 +17,4 @@ matrix:
1617

1718
before_script:
1819
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "session.serialize_handler = php" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
19-
- composer install --dev --prefer-source
20+
- composer install --dev --prefer-source

0 commit comments

Comments
 (0)