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

Commit

Permalink
Fix backslashes in yml config.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Nate McMaster committed Mar 10, 2016
1 parent 6b369ef commit 52ab065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ branches:
- master
- release
- dev
- /^(.*\\/)?ci-.*$/
- /^(.*\/)?ci-.*$/
script:
- ./build.sh --quiet verify
env:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:
- master
- release
- dev
- /^(.*\\/)?ci-.*$/
- /^(.*\/)?ci-.*$/
build_script:
- build.cmd --quiet verify
clone_depth: 1
Expand Down

0 comments on commit 52ab065

Please sign in to comment.