From 8d86e01bf4ca156d56cbc0ff6221ce762c5ce65a Mon Sep 17 00:00:00 2001 From: selineyp Date: Tue, 14 Aug 2018 13:29:58 +0300 Subject: [PATCH] attempt #1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e05469d..eb965f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java before_install: - - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -0 miniconda.sh + - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -0 miniconda.sh; - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r