Commit 8ad73394 authored by rusty1s's avatar rusty1s
Browse files

update gcc

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