Add travis file
This commit is contained in:
parent
d7e44f384f
commit
21fe04e7e5
|
@ -1,5 +1,6 @@
|
||||||
* text=auto !eol
|
* text=auto !eol
|
||||||
/.svnignore -text
|
/.svnignore -text
|
||||||
|
/.travis.yml -text
|
||||||
.tx/config -text
|
.tx/config -text
|
||||||
/CODING_CONVENTION.php -text
|
/CODING_CONVENTION.php -text
|
||||||
/COPYING -text
|
/COPYING -text
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
language: php
|
||||||
|
php:
|
||||||
|
- 5.5
|
||||||
|
- 5.4
|
||||||
|
- 5.3
|
Loading…
Reference in New Issue