Commit fdb9300d authored by rusty1s's avatar rusty1s
Browse files

update gcc

parent a3df06a6
......@@ -24,3 +24,9 @@ fi
conda update --yes conda
conda create --yes -n test python="${PYTHON_VERSION}"
gcc --version
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
conda install gcc_linux-64
fi
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