From b4be76589d8e491c7839e8eed430d59967f57be1 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Fri, 13 Jan 2017 15:13:07 +0100 Subject: [PATCH] Travis - skip testing on trunk branch This is an alias for master, so it would only duplicate that test run. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2224d11c17..befdaa7510 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ # Test sudo: required dist: trusty +branches: + except: + - trunk language: c++ compiler: - gcc