Skip to content

Commit 794e18d

Browse files
tst
1 parent 23ef947 commit 794e18d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_install:
1818
- function skip { return $SKIP; }
1919
- ./install/install_conda.sh || skip_rest
2020
- export PATH=$HOME/miniconda/bin:$PATH
21+
- rm -rf $HOME/miniconda && (./install/install_conda.sh || ls)
2122
- conda update -q --yes conda
2223
- conda install -q --yes python=$TRAVIS_PYTHON_VERSION gcc pip
2324
- (skip || ./install/install_kaldi_deps.sh) || skip_rest

0 commit comments

Comments
 (0)