Skip to content

Commit 3d48eb6

Browse files
committed
ci: update
Signed-off-by: BoHong Li <[email protected]>
1 parent a1836b3 commit 3d48eb6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.travis.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,31 @@ node_js:
44
- "lts/carbon"
55
- "lts/dubnium"
66
- "11"
7+
- "12"
78

89
dist: xenial
910
cache: yarn
1011

11-
script: yarn test:ci
12+
matrix:
13+
fast_finish: true
14+
include:
15+
- node_js: lts/carbon
16+
- node_js: lts/dubnium
17+
allow_failures:
18+
- node_js: "11"
19+
- node_js: "12"
1220

1321
jobs:
1422
include:
23+
- stage: test
24+
script: yarn test:ci
25+
- stage: build-frontend
26+
script: yarn build
1527
- stage: doctoc-check
1628
install: npm install -g doctoc
1729
if: type = pull_request OR branch = master
1830
script:
1931
- cp README.md README.md.orig
2032
- npm run doctoc
2133
- diff -q README.md README.md.orig
34+
node_js: lts/carbon

0 commit comments

Comments
 (0)