🐛 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:
|
env:
|
||||||
- COMPILER=g++-4.9
|
- COMPILER=g++-4.9
|
||||||
- SPECIAL=no_exceptions
|
- SPECIAL=no_exceptions
|
||||||
- TEST_PATTERN=-e "*"
|
- TEST_PATTERN=-e \"*\"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test']
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
|
|
Loading…
Reference in a new issue