Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit a02f36e

Browse files
committed
Add travis build config
1 parent 2ce936d commit a02f36e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: php
2+
php:
3+
- '7.0'
4+
5+
# From PHPUnit's config
6+
install:
7+
- travis_retry composer install --no-interaction --prefer-source
8+
9+
script: php -d mbstring.func_overload=7 vendor/bin/phpunit --coverage-text --whitelist src/ tests/

0 commit comments

Comments
 (0)