Skip to content

Commit 6f3088c

Browse files
committed
feat: 🎸 build on ci
1 parent 248a14f commit 6f3088c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.travis.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
language: node_js
22
node_js:
3+
- '12'
34
- '10'
5+
- '8'
6+
7+
cache:
8+
directories:
9+
- "$HOME/.npm"
10+
11+
install:
12+
- npm install
413

514
jobs:
615
include:
16+
- stage: test
17+
script: npm test
18+
- stage: build
19+
script: npm run build
720
- stage: release
8-
node_js: 10
921
script: skip
1022
deploy:
1123
provider: script

0 commit comments

Comments
 (0)