Skip to content

Commit

Permalink
fix: test: travis php7.2対応
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Aug 11, 2019
1 parent 073751d commit c07ae18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,8 +6,10 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

sudo: required
sudo: false
dist: trusty

env:
- NETCOMMONS_VERSION=master DB=mysql
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Expand Up @@ -14,6 +14,5 @@
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-html" target="build/logs/clover"/>
</logging>
</phpunit>

0 comments on commit c07ae18

Please sign in to comment.