Skip to content
This repository was archived by the owner on Dec 28, 2017. It is now read-only.

Commit c9b5516

Browse files
author
Nate McMaster
committed
Fix backslashes in yml config.
[ci skip]
1 parent 0599cfa commit c9b5516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ branches:
2121
- master
2222
- release
2323
- dev
24-
- /^(.*\\/)?ci-.*$/
24+
- /^(.*\/)?ci-.*$/
2525
script:
2626
- ./build.sh --quiet verify

appveyor.yml

+1-1
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)