Skip to content

Commit 9670d27

Browse files
author
Korben Dallas
committed
update travis
1 parent 490eab8 commit 9670d27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ language: php
33
php:
44
- 7.2
55
- 7.3
6+
- 8.0
67

78
before_script:
89
- composer install --prefer-source --no-interaction
910
- composer dump-autoload
1011

1112
script:
12-
- vendor/bin/phpunit
13+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)