mirror of
https://github.com/status-im/codimd.git
synced 2025-02-11 18:06:55 +00:00
Remove travis CI config
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
This commit is contained in:
parent
24323975c7
commit
dcfdb0129c
32
.travis.yml
32
.travis.yml
@ -1,32 +0,0 @@
|
|||||||
language: node_js
|
|
||||||
|
|
||||||
node_js:
|
|
||||||
- "lts/dubnium"
|
|
||||||
- "11"
|
|
||||||
- "12"
|
|
||||||
|
|
||||||
dist: xenial
|
|
||||||
cache: npm
|
|
||||||
|
|
||||||
matrix:
|
|
||||||
fast_finish: true
|
|
||||||
include:
|
|
||||||
- node_js: lts/dubnium
|
|
||||||
allow_failures:
|
|
||||||
- node_js: "11"
|
|
||||||
- node_js: "12"
|
|
||||||
|
|
||||||
script:
|
|
||||||
- npm run test:ci
|
|
||||||
- npm run build
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
include:
|
|
||||||
- stage: doctoc-check
|
|
||||||
install: npm install -g doctoc
|
|
||||||
if: type = pull_request OR branch = master
|
|
||||||
script:
|
|
||||||
- cp README.md README.md.orig
|
|
||||||
- npm run doctoc
|
|
||||||
- diff -q README.md README.md.orig
|
|
||||||
node_js: lts/carbon
|
|
Loading…
x
Reference in New Issue
Block a user