🐛 fixed escaping
This commit is contained in:
parent
a00149f8ee
commit
87c5e32e1f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ matrix:
|
|||
env:
|
||||
- COMPILER=g++-4.9
|
||||
- SPECIAL=no_exceptions
|
||||
- TEST_PATTERN=-e "*"
|
||||
- TEST_PATTERN=-e \"*\"
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
|
|
Loading…
Reference in a new issue