Skip to content

Commit 433605b

Browse files
committed
fix: 🐛 travis
1 parent 6f3088c commit 433605b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ install:
1313

1414
jobs:
1515
include:
16-
- stage: test
17-
script: npm test
1816
- stage: build
17+
node_js: lts/*
1918
script: npm run build
2019
- stage: release
20+
node_js: lts/*
2121
script: skip
2222
deploy:
2323
provider: script

0 commit comments

Comments
 (0)