Skip to content

Commit bed2972

Browse files
committed
ci(travis): add build test to ci
1 parent bc51634 commit bed2972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
script: npm test
2121
- node_js: 10
2222
script: npm test
23+
- node_js: lts/*
24+
env: build test
25+
script: npm run build
2326

2427
# release stage: run semantic release & update the docs
2528
- stage: release

0 commit comments

Comments
 (0)