Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit 53c6f02

Browse files
committed
ci(travis): add ci job
1 parent 8e353ff commit 53c6f02

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
dist: bionic
2+
language: node_js
3+
node_js:
4+
- '10'
5+
- '12'
6+
- '13'
7+
- '14'
8+
9+
os:
10+
- linux
11+
12+
cache:
13+
directories:
14+
- ./node_modules
15+
16+
install:
17+
- npm install --no-progress
18+
19+
script:
20+
- npm run eslint:check
21+
- npm run prettier:check
22+
- npm run build

0 commit comments

Comments
 (0)