We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae85094 commit 596791cCopy full SHA for 596791c
rebar.config.script
@@ -1,6 +1,6 @@
1
% vim: set ft=erlang:
2
RunningOnCI = os:getenv("RUNNING_ON_CI"),
3
-try RunningOnCI =/= false andalso hipe:module_info() of
+try RunningOnCI =:= false andalso hipe:module_info() of
4
false ->
5
CONFIG;
6
[_|_] ->
0 commit comments