Skip to content

Commit a7f3203

Browse files
committed
chore(semantic-release): update node version check in travis
1 parent 37313fa commit a7f3203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414

1515
after_success:
1616
# run automated release process with semantic-release
17-
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "12" ]]; then
17+
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_EVENT_TYPE" == "push" && "$TRAVIS_NODE_VERSION" == "stable" ]]; then
1818
npm i --no-save semantic-release@15 @semantic-release/changelog@3 @semantic-release/git@7;
1919
semantic-release;
2020
fi;

0 commit comments

Comments
 (0)