Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit fcacc9e

Browse files
committed
Added the travis config
1 parent e928ad7 commit fcacc9e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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 install --dev

0 commit comments

Comments
 (0)