Skip to content

Commit 1de2af7

Browse files
kotzendekrabbemarionebl
authored andcommitted
docs: fix typo
Remove superfluous quotation mark from Travis CI setup guide
1 parent ca74470 commit 1de2af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides-ci-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ We'll have to differentiate between forks and same-repo PRs on our own and move
9191
language: node_js
9292
before_install: git fetch --unshallow
9393
script:
94-
- /bin/bash lint-commits.sh"
94+
- /bin/bash lint-commits.sh
9595
- npm test
9696
```
9797

0 commit comments

Comments
 (0)