From 53040da862b8f50f4f1af36b6c5e0a675640b052 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 12 Jan 2015 21:18:17 -0800 Subject: Fixed typo in travis script. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8f1d4d5..2c4671b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ script: - make - make test - | - if [ $(TRAVIS_ON_NAME:-'linux'} = 'linux' ] + if [ ${TRAVIS_ON_NAME:-'linux'} = 'linux' ] then PROG=`ls cmark-*.*/build/src/cmark` make leakcheck fi -- cgit v1.2.3