From 854dfdf98f0a474df0bb9bd8438c3fd0de85fe2e Mon Sep 17 00:00:00 2001 From: tmeissner Date: Thu, 7 Sep 2017 11:58:22 +0200 Subject: [PATCH] Config travis to only build master branch [ci skip] --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8db18f3..d89f6f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ language: c + +branches: + only: + - master + matrix: include: # Python 3.5 with ghdl llvm