Skip to content

Commit e2e991c

Browse files
committed
Add php 7.2 to the tested versions
1 parent a3a6d77 commit e2e991c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: php
2+
sudo: false
23

34
cache:
45
directories:
@@ -9,14 +10,13 @@ php:
910
- 5.6
1011
- 7.0
1112
- 7.1
13+
- 7.2
1214

1315
matrix:
1416
include:
1517
- php: hhvm
1618
dist: trusty
1719

18-
sudo: false
19-
2020
install:
2121
- travis_retry composer install --no-interaction
2222

0 commit comments

Comments
 (0)