[fix] quote

This commit is contained in:
Al
2016-01-30 14:48:14 -05:00
parent 3c53926d0c
commit 6444647a00

View File

@@ -12,7 +12,7 @@ addons:
before_script: before_script:
- ./bootstrap.sh - ./bootstrap.sh
install: install:
- if [ "$CC" = "gcc ]; then export CC="gcc-4.8"; fi - if [ "$CC" = "gcc" ]; then export CC="gcc-4.8"; fi
script: script:
- ./configure --datadir=$(pwd)/data - ./configure --datadir=$(pwd)/data
- make - make