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 c51a930 commit da0ca7bCopy full SHA for da0ca7b
.travis.yml
@@ -32,7 +32,7 @@ jobs:
32
on:
33
tags: true
34
# only deploy release versions
35
- condition: $TRAVIS_TAG =~ ^v\d+\.\d+\.\d+$
+ condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+$
36
local_dir: docs/_build/html/
37
38
script:
scripts/travis_install.sh
@@ -1,5 +1,4 @@
1
#!/usr/bin/env bash
2
-echo $TRAVIS_TAG
3
sudo apt-get update
4
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
5
bash miniconda.sh -b -p $HOME/miniconda
0 commit comments