Skip to content

Commit 2e8c7e6

Browse files
committed
Added .travis.yml
1 parent 4de4ebd commit 2e8c7e6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: php
2+
3+
php:
4+
- '7.1'
5+
- '7.2'
6+
- '7.3'
7+
8+
matrix:
9+
fast_finish: true
10+
11+
before_install:
12+
- travis_retry composer self-update
13+
- composer install --prefer-source --no-interaction --dev
14+
15+
script: php vendor/phpunit/phpunit/phpunit --configuration tests/Unit/phpunit.xml.dist

0 commit comments

Comments
 (0)