We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ef947 commit 794e18dCopy full SHA for 794e18d
1 file changed
.travis.yml
@@ -18,6 +18,7 @@ before_install:
18
- function skip { return $SKIP; }
19
- ./install/install_conda.sh || skip_rest
20
- export PATH=$HOME/miniconda/bin:$PATH
21
+ - rm -rf $HOME/miniconda && (./install/install_conda.sh || ls)
22
- conda update -q --yes conda
23
- conda install -q --yes python=$TRAVIS_PYTHON_VERSION gcc pip
24
- (skip || ./install/install_kaldi_deps.sh) || skip_rest
0 commit comments