Skip to content

Commit 90ba3bf

Browse files
committed
Removes PHP 7.1 from Travis CI pipelines
1 parent c1e09e1 commit 90ba3bf

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,7 +1,7 @@
11
language: php
22
php:
3-
- '7.1'
43
- '7.2'
4+
- '7.3'
55
install:
66
- composer install
7-
script: bin/phpunit
7+
script: bin/phpunit

0 commit comments

Comments
 (0)