From e349d7d4feca090f0c82fe23b58c1444df5e3ea6 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Wed, 26 Jul 2017 19:35:46 +0200 Subject: [PATCH] Syntax error like the bash pro that I am (not) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd55077b..4f7791ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ before_script: script: - mix coveralls.travis - - if [ -z ${WALLABY_DRIVER} ]; mix dialyzer --halt-exit-status; fi # only run dialyzer for the env without drivers + - if [ -z ${WALLABY_DRIVER} ]; then mix dialyzer --halt-exit-status; fi # only run dialyzer for the env without drivers after_script: - mix deps.get --only docs