Skip to content

Commit 2f8f912

Browse files
committed
ci: update
Signed-off-by: BoHong Li <a60814billy@gmail.com>
1 parent 3d48eb6 commit 2f8f912

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ matrix:
1818
- node_js: "11"
1919
- node_js: "12"
2020

21+
script:
22+
- yarn test:ci
23+
- yarn build
24+
2125
jobs:
2226
include:
23-
- stage: test
24-
script: yarn test:ci
25-
- stage: build-frontend
26-
script: yarn build
2727
- stage: doctoc-check
2828
install: npm install -g doctoc
2929
if: type = pull_request OR branch = master

0 commit comments

Comments
 (0)