Skip to content

Commit 4c10c23

Browse files
committed
Merge pull request #8 from mybuilder/travis
Update .travis.yml
2 parents d8489fa + c78b5eb commit 4c10c23

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- 5.6
8+
- 7.0
79
- hhvm
810

911
before_script:

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<testsuites>
1717
<testsuite name="Phpunit Accelerator Test Suite">
18-
<directory>./Tests</directory>
18+
<directory>./tests</directory>
1919
</testsuite>
2020
</testsuites>
2121

0 commit comments

Comments
 (0)