Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Commit

Permalink
[coq] disable pretty colors
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Elrod <ricky@elrod.me>
  • Loading branch information
relrod committed Mar 22, 2017
1 parent 6cccfb0 commit 4bc4090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval/languages.rb
Expand Up @@ -114,7 +114,7 @@ class Language
:timeout => 10,
},
'coq' => {
:evaluate_with => ['coqc', '-color', 'yes'],
:evaluate_with => ['coqc', '-color', 'no'],
:extension => 'v',
:script_filename => 'rublets.v',
:output_limit => 4,
Expand Down

0 comments on commit 4bc4090

Please sign in to comment.