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

Commit 96a3e7f

Browse files
author
Nate McMaster
committed
Fix backslashes in yml config.
[ci skip]
1 parent f8de1e7 commit 96a3e7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branches:
55
- master
66
- release
77
- dev
8-
- /^(.*\\/)?ci-.*$/
8+
- /^(.*\/)?ci-.*$/
99
build_script:
1010
- build.cmd --quiet verify
1111
clone_depth: 1

0 commit comments

Comments
 (0)