Add stable release branch to CI

master
Camilla Löwy ago%!(EXTRA string=6 years)
parent 535491c4f3
commit 0ccb690853
  1. 1
      .appveyor.yml
  2. 1
      .travis.yml

@ -2,6 +2,7 @@ branches:
only: only:
- ci - ci
- master - master
- 3.3-stable
skip_tags: true skip_tags: true
environment: environment:
CFLAGS: /WX CFLAGS: /WX

@ -4,6 +4,7 @@ branches:
only: only:
- ci - ci
- master - master
- 3.3-stable
matrix: matrix:
include: include:
- os: linux - os: linux

Loading…
Cancel
Save