1 Star 0 Fork 0

DLGCY_Clone / trilium-ckeditor5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
dist: jammy
addons:
chrome: stable
language: node_js
branches:
only:
- master
- stable
- release
- /^v\d+\.\d+\.\d+$/
- /^(ck|cf|ci)\/epic\/\d+/
services:
- xvfb
node_js:
- lts/*
cache: false
before_install:
- export PUPPETEER_CACHE_DIR=$( pwd )/node_modules/.cache/puppeteer
- export START_TIME=$( date +%s )
- export COVERALLS_SERVICE_JOB_ID=$( TRAVIS_JOB_ID )
- export COVERALLS_SERVICE_NAME="CKEditor5 code coverage"
- npm i -g yarn
install:
- yarn install
script:
- ./scripts/ci/travis-check.js
after_script:
- export END_TIME=$( date +%s )
- ckeditor5-dev-ci-notify-travis-status
env:
jobs:
- TRAVIS_JOB_TYPE=Tests
- TRAVIS_JOB_TYPE=Validation
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/DLGCY_Clone/trilium-ckeditor5.git
git@gitee.com:DLGCY_Clone/trilium-ckeditor5.git
DLGCY_Clone
trilium-ckeditor5
trilium-ckeditor5
stable

搜索帮助

344bd9b3 5694891 D2dac590 5694891