Skip to content

Commit

Permalink
Syntax error like the bash pro that I am (not)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Jul 26, 2017
1 parent 5c0f34c commit e349d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e349d7d

Please sign in to comment.