Skip to content

Commit a1393d2

Browse files
committed
👷 添加 travis
1 parent f8fc835 commit a1393d2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: php
2+
3+
php:
4+
- 7.2
5+
- 7.3
6+
- 7.4
7+
- 9.0
8+
9+
dist: trusty
10+
sudo: false
11+
12+
install: travis_retry composer install --no-interaction --prefer-source
13+
14+
script: ./vendor/bin/phpunit --verbose --coverage-text

0 commit comments

Comments
 (0)