aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c4331a8..fb465ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,6 @@ install:
- sudo apt-get install -yq libpcre3-dev
- pushd /tmp/make-${MAKE_VER} && ./configure && make -j2 && sudo make install ; popd
- sudo pip install cpp-coveralls
-script: /usr/local/bin/make check $([ "$CC" = gcc ] && echo "CFLAGS='-Wall -g -fprofile-arcs -ftest-coverage'")
+script: /usr/local/bin/make check `[ "$CC" = gcc ] && echo "CFLAGS='-Wall -g -fprofile-arcs -ftest-coverage'"`
after_success:
- test "$CC" = gcc && coveralls