Skip to content

Commit 5fd5ebe

Browse files
authored
Update .travis.yml
removed support for 5.3 and added 7.2
1 parent f72f135 commit 5fd5ebe

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,15 +1,15 @@
11
language: php
22

33
php:
4-
- '5.3'
54
- '5.4'
65
- '5.6'
76
- '7.0'
87
- '7.1'
8+
- '7.2'
99
- 'nightly'
1010

1111
before_script:
1212
- composer update
1313

1414
script:
15-
- ./vendor/bin/phpunit -c phpunit.xml
15+
- ./vendor/bin/phpunit -c phpunit.xml

0 commit comments

Comments
 (0)