Skip to content

Commit 3dd3d8f

Browse files
Update .travis.yml
1 parent 2ec260a commit 3dd3d8f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: php
2+
dist: trusty
3+
sudo: false
24

35
php:
46
- 5.3
@@ -8,10 +10,9 @@ php:
810
- 5.6
911
- 7.0
1012
- 7.1
13+
- 7.2
1114
- hhvm
1215

13-
sudo: false
14-
1516
install: travis_retry composer install --no-interaction --prefer-source
1617

1718
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)