diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-12 21:18:17 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-12 21:18:17 -0800 |
commit | 53040da862b8f50f4f1af36b6c5e0a675640b052 (patch) | |
tree | 549cffc788b3cea0cf8e8c43cfe81070f17355d4 | |
parent | 82e9791b9ec8ada62f3718d95c0a89dbcfeb64a7 (diff) |
Fixed typo in travis script.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |