Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 947dd0b

Browse files
authored
fix: fix typo in .travis.yml
1 parent b42b38b commit 947dd0b

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
@@ -23,4 +23,4 @@ jobs:
2323
install: npm install -g codecov
2424
script:
2525
- codecov
26-
- [ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run semantic-release'
26+
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run semantic-release'

0 commit comments

Comments
 (0)