From 8bc9d52e06091b8f42086605853d2137f085f4ea Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Sun, 26 Jan 2014 15:16:38 -0500 Subject: [PATCH] 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. --- .gitignore | 1 + .travis.yml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.gitignore b/.gitignore index 9344eba..f0154bc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ ########################## .* !.gitignore +!.travis.yml *~ # Global/OSX.gitignore # diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9cb6122 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +branches: + only: + - master