From 865528f77886e45dfb60de776e0d40d2b39d9709 Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Mon, 8 Sep 2014 17:01:04 +0900 Subject: [PATCH] Limited branches for travis-ci. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 520cffce..f0238471 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,9 @@ install: - sudo apt-get install -qq gcc-4.8 g++-4.8 # We want to compile with g++ 4.8 when rather than the default g++ - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 - +branches: + only: + - poc/0.6 env: - ACTION="ci/build_autotools.sh" PARAM="cpp11" - ACTION="ci/build_autotools.sh" PARAM="cpp03"