Skip to content

Commit 5b46772

Browse files
committed
remove breaklines
1 parent 2ec16f8 commit 5b46772

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ before_install:
3232
rm -r ${CONDA_HOME}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype*; }
3333
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi
3434
- travis_retry apt_inst
35-
- travis_retry if [ ! -f /home/travis/.cache/anaconda.sh]; then
36-
wget https://repo.continuum.io/archive/Anaconda${TRAVIS_PYTHON_VERSION:0:1}-4.3.0-Linux-x86_64.sh -O /home/travis/.cache/anaconda.sh;
37-
fi
35+
- travis_retry if [ ! -f /home/travis/.cache/anaconda.sh]; then wget https://repo.continuum.io/archive/Anaconda${TRAVIS_PYTHON_VERSION:0:1}-4.3.0-Linux-x86_64.sh -O /home/travis/.cache/anaconda.sh; fi
3836
- travis_retry conda_inst
3937
install:
4038
- travis_retry pip install -e .[$NIPYPE_EXTRAS]

0 commit comments

Comments
 (0)