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.
This commit is contained in:
rdb 2020-12-29 14:45:23 +01:00
parent 25b79a2aef
commit ad7711788e

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: cpp
branches:
only:
- release/1.10.x
- release/1.9.x
script:
- echo "Build disabled on master branch."