Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit d6cd269

Browse files
committed
Fix typo in appveyor.yml and .travis.yml
1 parent 95a3b2d commit d6cd269

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ branches:
2323
- release
2424
- dev
2525
- /^(.*\/)?ci-.*$/
26-
- /^rel\/.*/`
26+
- /^rel\/.*/
2727
script:
2828
- ./build.sh

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branches:
66
- release
77
- dev
88
- /^(.*\/)?ci-.*$/
9-
- /^rel\/.*/`
9+
- /^rel\/.*/
1010
build_script:
1111
- ps: .\build.ps1
1212
clone_depth: 1

0 commit comments

Comments
 (0)