Skip to content

Commit b26bad8

Browse files
committed
fix(travis): fix travis deployment
1 parent 5a0953f commit b26bad8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ stages:
2222
jobs:
2323
include:
2424
- stage: release
25-
node_js: lts/*
26-
script: skip
25+
node_js: 8
2726
deploy:
2827
provider: script
2928
skip_cleanup: true

0 commit comments

Comments
 (0)