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

Commit

Permalink
Add travis build config
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Mar 23, 2016
1 parent 2ce936d commit a02f36e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: php
php:
- '7.0'

# From PHPUnit's config
install:
- travis_retry composer install --no-interaction --prefer-source

script: php -d mbstring.func_overload=7 vendor/bin/phpunit --coverage-text --whitelist src/ tests/

0 comments on commit a02f36e

Please sign in to comment.