Skip to content

Commit a4f8038

Browse files
committed
Create .travis.yml
1 parent c5df3a9 commit a4f8038

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: php
2+
3+
matrix:
4+
include:
5+
- php: 7.2
6+
- php: 7.3
7+
- php: nightly
8+
allow_failures:
9+
- php: nightly
10+
11+
install: travis_retry composer install --no-interaction --prefer-source
12+
script: vendor/bin/phpunit --configuration phpunit.xml --coverage-clover clover.xml
13+
after_script: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)