From ad7711788e769ed5a5f425f5dac255f163e74b93 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 29 Dec 2020 14:45:23 +0100 Subject: [PATCH] travis: Add dummy configuration for master Apparently we need a dummy travis configuration on the master branch, so that we can tell it not to build the master branch. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..e9fd95d1f6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: cpp +branches: + only: + - release/1.10.x + - release/1.9.x +script: + - echo "Build disabled on master branch."