Skip to content

Commit 5832683

Browse files
committed
Add travis config
1 parent 2e23860 commit 5832683

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: php
2+
php:
3+
- 5.4
4+
- 5.3
5+
before_script:
6+
- composer install --dev --prefer-source --no-interaction
7+
script:
8+
- phpunit --coverage-text

0 commit comments

Comments
 (0)