Skip to content

Commit 596791c

Browse files
committed
Don't use HiPE when running tests on CI (II)
1 parent ae85094 commit 596791c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config.script

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% vim: set ft=erlang:
22
RunningOnCI = os:getenv("RUNNING_ON_CI"),
3-
try RunningOnCI =/= false andalso hipe:module_info() of
3+
try RunningOnCI =:= false andalso hipe:module_info() of
44
false ->
55
CONFIG;
66
[_|_] ->

0 commit comments

Comments
 (0)