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:
- ci
- master
- 3.3-stable
skip_tags: true
environment:
CFLAGS: /WX

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

Loading…
Cancel
Save