Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
CI: correct changing directory #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Nov 13, 2018
1 parent 0cd0c1d commit ebff1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_install:
fi
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
pushd
pushd ${HOME}
curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh && \
bash Miniconda3-latest-MacOSX-x86_64.sh -b -p ${HOME}/conda && \
rm -fv Miniconda*.sh && \
Expand Down

0 comments on commit ebff1d5

Please sign in to comment.