Ajoute le .travis.yml dans la branche de test

This commit is contained in:
Alan Garcia 2014-03-20 08:42:46 +00:00
parent 927721e036
commit ee767f5fce
2 changed files with 6 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,6 @@
* text=auto !eol
/.svnignore -text
/.travis.yml -text
.tx/config -text
/CODING_CONVENTION.php -text
/COPYING -text

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: php
php:
- 5.5
- 5.4
- 5.3