Skip to content

Commit 571f9c1

Browse files
committed
✨ travis hug <3
1 parent 8838183 commit 571f9c1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: php
2+
3+
php:
4+
- 7.0
5+
- 7.1
6+
- 7.2
7+
8+
before_install: pip install --user codecov
9+
install: travis_retry composer install --no-interaction --prefer-source
10+
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
11+
after_success: codecov
12+

0 commit comments

Comments
 (0)