Skip to content

Commit

Permalink
add nice to stepfile dialyzing
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhere committed Aug 15, 2014
1 parent a61a9b0 commit 807e758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forever.step
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ fi
echo -n "Compiling dev.. "; time mix compile
which ctags >/dev/null && ctags -R $ctags_dirs &
[[ $1 == doc* ]] && mix docs &
[[ $1 == dia* ]] && mix dialyze --no-check &
[[ $1 == dia* ]] && nice mix dialyze --no-check &
echo -n "Running tests.. "; mix test

0 comments on commit 807e758

Please sign in to comment.