Skip to content

Commit 86287e8

Browse files
committed
Add travis config
1 parent 3b59f23 commit 86287e8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.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
7+
script:
8+
- phpunit --coverage-text

0 commit comments

Comments
 (0)