Skip to content

Commit 7820751

Browse files
committed
Travis fix
1 parent 3e034aa commit 7820751

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22
php:
3-
- '7.2'
4-
- '7.3'
3+
- '7.0'
4+
- '7.1'
55
before_script: composer install
6-
script: phpunit
6+
script: vendor/bin/phpunit

0 commit comments

Comments
 (0)