From 9b98759c8d2485174807f3766c41068a41a0fe8c Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 21 Jul 2013 23:26:07 +0200 Subject: [PATCH] Only build the 'travis' github branch on Travis --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..72f0eef1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: c +compiler: + - gcc + - clang +script: make + +branches: + only: + - travis -- 2.11.4.GIT