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:
parent
43da0ac172
commit
8bc9d52e06
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 @@
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
Loading…
Add table
Add a link
Reference in a new issue