We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c740d4 commit e521790Copy full SHA for e521790
.travis.yml
@@ -1,6 +1,12 @@
1
language: python
2
sudo: false
3
4
+cache:
5
+ directories:
6
+ - $HOME/.theano
7
+ - $HOME/minicoda2
8
+ - $HOME/minicoda3
9
+
10
before_install:
11
- . ./scripts/install_miniconda.sh
12
- sh -e /etc/init.d/xvfb start
scripts/install_miniconda.sh
@@ -16,7 +16,7 @@ else
16
fi
17
18
19
-if [ ! -d $INSTALL_FOLDER ]; then
+if [ ! -d $INSTALL_FOLDER ] || [ ! -e $INSTALL_FOLDER/bin/conda ]; then
20
if [ "$(uname)" == "Darwin" ]; then
21
URL_OS="MacOSX"
22
elif [ "$(expr substr "$(uname -s)" 1 5)" == "Linux" ]; then
0 commit comments