Skip to content

Commit 9a8afa5

Browse files
committed
Added .travis.yml file
1 parent 73c0d8f commit 9a8afa5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: php
2+
3+
php:
4+
- 5.3
5+
- 5.4
6+
7+
before_script:
8+
- curl -s http://getcomposer.org/installer | php
9+
- php composer.phar update
10+
11+
script: phpunit

0 commit comments

Comments
 (0)