Added travis config
This commit is contained in:
parent
07a95a7508
commit
6bca74f155
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@
|
||||||
##########################
|
##########################
|
||||||
.*
|
.*
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.travis.yml
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# Global/OSX.gitignore #
|
# Global/OSX.gitignore #
|
||||||
|
|
3
.travis.yml
Normal file
3
.travis.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
language: php
|
||||||
|
php:
|
||||||
|
- "5.5"
|
Loading…
Add table
Add a link
Reference in a new issue