mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 05:20:32 +03:00
Fix travis config
This commit is contained in:
parent
d3de7b2e9f
commit
857c91ac82
10
.travis.yml
10
.travis.yml
|
@ -4,15 +4,13 @@ node_js:
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- releases
|
- releases
|
||||||
env:
|
matrix:
|
||||||
matrix:
|
|
||||||
include:
|
include:
|
||||||
- JOB: unit
|
- env: JOB=e2e
|
||||||
- JOB: e2e
|
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- JOB: e2e
|
- env: JOB=e2e
|
||||||
|
env:
|
||||||
global:
|
global:
|
||||||
- GH_REF: github.com/Rebilly/ReDoc.git
|
- GH_REF: github.com/Rebilly/ReDoc.git
|
||||||
- GIT_AUTHOR_EMAIL: redoc-bot@users.noreply.github.com
|
- GIT_AUTHOR_EMAIL: redoc-bot@users.noreply.github.com
|
||||||
|
|
Loading…
Reference in New Issue
Block a user