Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Update phpunit.xml and add PHP 7.0 to travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Mar 14, 2015
1 parent ca74790 commit ad4d5c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

sudo: false
matrix:
fast_finish: true
allow_failures:
- php: 7.0

install:
- travis_retry composer install --no-interaction --prefer-source
Expand Down
3 changes: 2 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
Expand All @@ -10,7 +12,6 @@
stopOnError="false"
stopOnFailure="false"
syntaxCheck="true"
strict="true"
verbose="true"
>
<testsuites>
Expand Down

0 comments on commit ad4d5c9

Please sign in to comment.