From 13ae0a99a3ea1cc6d190b9632c14923a78cb5c55 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Sat, 3 Feb 2018 23:00:12 +0000 Subject: [PATCH] Do not run Travis on every branch, just master --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index a2753a7..4618bcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,11 @@ addons: - ubuntu-toolchain-r-test packages: - g++-4.8 +branches: + # We need to whitelist the branches which we want to have "push" automation. + # Pull request automation is not constrained to this set of branches. + only: + - master env: matrix: - CXX=g++-4.8 TEST_SUITE=test