Skip to content

Commit ff2a1cb

Browse files
committed
Add travis-ci file.
1 parent 9bf11ef commit ff2a1cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-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+
3+
php:
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
8+
install: composer install
9+
10+
script: php vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)