Skip to content

Commit

Permalink
Merge pull request #8 from mybuilder/travis
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
gavinlove committed Dec 29, 2015
2 parents d8489fa + c78b5eb commit 4c10c23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<testsuites>
<testsuite name="Phpunit Accelerator Test Suite">
<directory>./Tests</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>

Expand Down

0 comments on commit 4c10c23

Please sign in to comment.