Skip to content

Commit ac377f8

Browse files
authored
Merge pull request #655 from acrobat/travis-php7.2
Add php 7.2 to the tested versions
2 parents a3a6d77 + e2e991c commit ac377f8

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)