Skip to content

Commit c9d1c25

Browse files
committed
Added travis.yml
1 parent 1c85d11 commit c9d1c25

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: php
2+
3+
php:
4+
- 5.4
5+
- 5.5
6+
7+
install:
8+
- composer self-update
9+
- composer install
10+
11+
script:
12+
phpunit

0 commit comments

Comments
 (0)