Clone
Stefan Sobernig <stefan.sobernig@wu.ac.at>
committed
on 12 May 19
Update branch settings in CI descriptors
define-incrementals + 8 more
.travis.yml (+1 -0)
1 1 language: c
2 2 sudo: false
3 3
4 4 env:
5 5   global:
6 6   - KITS=$HOME/kits
7 7
8 8 branches:
9 9   only:
10 10   - master
11 11   - 2.2
  12   - 2.3.0
12 13
13 14 matrix:
14 15   include:
15 16    # ----------------------------
16 17     - os: linux
17 18       dist: xenial
18 19       compiler: clang
19 20       env: TCLTAG=core-8-branch
20 21     - os: linux
21 22       dist: xenial
22 23       compiler: gcc-7
23 24       addons:
24 25         apt:
25 26           sources:
26 27             - ubuntu-toolchain-r-test
27 28           packages:
28 29             - g++-7
29 30       env: TCLTAG=core-8-branch
30 31     - os: osx
31 32       osx_image: xcode10.2