Commit cf9b130a authored by rusty1s's avatar rusty1s
Browse files

new try

parent 1eaa5af0
......@@ -5,6 +5,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
chmod +x miniconda.sh
./miniconda.sh -b
PATH=/home/travis/miniconda3/bin:${PATH}
conda update --yes conda
fi
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
......@@ -12,6 +13,7 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
chmod +x miniconda.sh
./miniconda.sh -b
PATH=/Users/travis/miniconda3/bin:${PATH}
conda update --yes conda
fi
......@@ -19,5 +21,3 @@ if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
choco install miniconda3
PATH=/c/tools/miniconda3/Scripts:$PATH
fi
conda update --yes conda
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