Skip to content

Commit f62acbb

Browse files
authored
Create .travis.yml
1 parent 515f357 commit f62acbb

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+
before_script:
8+
- travis_retry composer install --no-interaction
9+
10+
script:
11+
- vendor/bin/phpunit --coverage-clover clover.xml
12+
13+
after_script:
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)