Temporarily disable clang 3.6.

This commit is contained in:
Alexey Kopytov
2017-01-31 08:29:23 +03:00
parent c1803286b0
commit 2968b52920

View File

@ -55,12 +55,6 @@ before_install:
echo "Creating user postgres"
createuser -s postgres
;;
linux)
if [ "${CC}" = "clang" ]
then
CC=clang-3.6
fi
;;
esac
install: