Skip to content
Snippets Groups Projects
Commit 559cb2880849 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Remove from nonsense from travis script that I think is unused (#5334)

parent 4c316f291366
No related tags found
No related merge requests found
......@@ -2,11 +2,6 @@
SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
if [[ "${TOXENV}" == "pypy" ]]; then
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
fi
if [ -n "${LIBRESSL}" ]; then
LIBRESSL_DIR="ossl-2/${LIBRESSL}"
export CFLAGS="-Werror -Wno-error=deprecated-declarations -Wno-error=discarded-qualifiers -Wno-error=unused-function -I$HOME/$LIBRESSL_DIR/include"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment