Skip to content

Commit 35c02ab

Browse files
committed
Corrected formatting.
1 parent f859c8d commit 35c02ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ install:
1212
# We do this conditionally because it saves us some downloading if the
1313
# version is the same.
1414
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
15-
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
16-
else
17-
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
18-
fi
15+
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
16+
else
17+
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
18+
fi
1919
- bash miniconda.sh -b -p $HOME/miniconda
2020
- export PATH="$HOME/miniconda/bin:$PATH"
2121
- hash -r

0 commit comments

Comments
 (0)