Skip to content

Commit c19a988

Browse files
committedApr 15, 2014
adding travis.yml
1 parent 24b7a9d commit c19a988

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.4
6+
- 5.5
7+
8+
before_script:
9+
- curl -s http://getcomposer.org/installer | php
10+
- php composer.phar --dev install
11+
12+
script: phpunit --coverage-text

0 commit comments

Comments
 (0)