Skip to content

Commit 0c84aa6

Browse files
committed
only release from Node 8
1 parent c0b0a60 commit 0c84aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ script:
1919
- DEBUG=commit-message-install node ./bin/commit-message-install.js -f test/message.txt
2020
- npm run demo
2121
after_success:
22-
- npm run semantic-release
22+
- $(npm bin)/if-node-version ">=8" npm run semantic-release
2323
branches:
2424
except:
2525
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)