🐛 fixed escaping

This commit is contained in:
Niels Lohmann 2017-01-16 22:46:49 +01:00
parent a00149f8ee
commit 87c5e32e1f

View file

@ -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']