Skip to content

Commit de7089d

Browse files
committed
travis: enable
1 parent a766ff5 commit de7089d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: php
2+
3+
php:
4+
- 8.0
5+
- 8.1
6+
7+
install:
8+
- travis_retry composer install --no-interaction
9+
10+
script:
11+
- vendor/bin/phpunit --configuration ./phpunit.xml --coverage-clover coverage.xml
12+
13+
after_success:
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)