Skip to content

Commit 2577b1b

Browse files
committed
dont test for php 5.6
1 parent 3030a37 commit 2577b1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76

87
sudo: false
98

109
install: travis_retry composer install --no-interaction --prefer-source
1110

12-
script: vendor/bin/phpunit --verbose
11+
script: vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)