Added travis config to resolve build failures

This branch doesn't get tested, just master for right now. For historical
purposes, all of your branches must contain the configuration.
This commit is contained in:
Joshua Sherman 2014-01-26 15:16:38 -05:00
parent 43da0ac172
commit 8bc9d52e06
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 @@
branches:
only:
- master