Skip to content

Commit c0f05bf

Browse files
committed
added travis config file
1 parent f6ca53d commit c0f05bf

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+
3+
php:
4+
- 5.2
5+
- 5.3
6+
- 5.4
7+
8+
script: phpunit test

0 commit comments

Comments
 (0)