Skip to content

Commit cd8c2d1

Browse files
Update PHP versions a bit
1 parent 6b7ba5d commit cd8c2d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
74
- 5.6
5+
- 7.0
6+
- 7.1
7+
- 7.2
88

99
before_script: composer install -n
1010

11-
script: phpunit
11+
script: phpunit

0 commit comments

Comments
 (0)