Commit 84d61e86 by Mislav Marohnić

Unset CC to isolate from CI build environment

parent 6e39eb52
......@@ -4,6 +4,7 @@ load test_helper
export MAKE=make
export MAKE_OPTS='-j 2'
export -n CFLAGS
export -n CC
@test "require_gcc on OS X 10.9" {
stub uname '-s : echo Darwin'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment