Added travis config

This commit is contained in:
Josh Sherman 2013-12-28 01:17:00 -05:00
parent 07a95a7508
commit 6bca74f155
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@
##########################
.*
!.gitignore
!.travis.yml
*~
# Global/OSX.gitignore #

3
.travis.yml Normal file
View file

@ -0,0 +1,3 @@
language: php
php:
- "5.5"