Skip to content

Commit 1b28e78

Browse files
committed
travis-ci
1 parent 2b1803d commit 1b28e78

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: php
2+
php:
3+
- 5.6
4+
- 5.5
5+
- 5.4
6+
- 5.3
7+
8+
9+
script:
10+
- phpunit --configuration phpunit.xml

phpunit.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit>
3+
4+
<testsuites>
5+
<testsuite name="AllTests">
6+
<directory>./tests</directory>
7+
</testsuite>
8+
</testsuites>
9+
10+
</phpunit>

0 commit comments

Comments
 (0)