Temporarily disable clang 3.6.
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user