Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Commit 420005f

Browse files
committed
Correct miniconda osx installer file name
1 parent df6065f commit 420005f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
osx_image: xcode8.2
1919
script: Xvfb :5009 & export DISPLAY=:5009 && mvn verify -B
2020
env:
21-
- INSTALLER=Miniconda-latest-MacOSX-x86_64.sh
21+
- INSTALLER=Miniconda2-latest-MacOSX-x86_64.sh
2222
before_install:
2323
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then export JAVA_HOME=$(/usr/libexec/java_home); fi
2424
- if [ ! -e $HOME/conda/bin/activate ]; then

0 commit comments

Comments
 (0)