Browse Source

Config travis to only build master branch [ci skip]

AHBL_BFM
T. Meissner 7 years ago
parent
commit
854dfdf98f
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .travis.yml

+ 5
- 0
.travis.yml View File

@ -1,4 +1,9 @@
language: c language: c
branches:
only:
- master
matrix: matrix:
include: include:
# Python 3.5 with ghdl llvm # Python 3.5 with ghdl llvm


Loading…
Cancel
Save