mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-11 00:32:36 +03:00
exclude releases branch from travis build
This commit is contained in:
parent
0f539537c5
commit
6f523b0dc2
|
@ -1,6 +1,9 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '4.0'
|
- '4.0'
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- releases
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- GH_REF: github.com/Rebilly/ReDoc.git
|
- GH_REF: github.com/Rebilly/ReDoc.git
|
||||||
|
|
Loading…
Reference in New Issue
Block a user