Skip to content

Commit da0ca7b

Browse files
author
Gil
committed
fixed bash regex
1 parent c51a930 commit da0ca7b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
on:
3333
tags: true
3434
# only deploy release versions
35-
condition: $TRAVIS_TAG =~ ^v\d+\.\d+\.\d+$
35+
condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+$
3636
local_dir: docs/_build/html/
3737

3838
script:

scripts/travis_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
echo $TRAVIS_TAG
32
sudo apt-get update
43
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
54
bash miniconda.sh -b -p $HOME/miniconda

0 commit comments

Comments
 (0)