🐛 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: 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']