fix regex error

pull/16/head
Lex Neva 2018-01-13 00:03:51 -05:00
rodzic eade839fcc
commit 67b3009692
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -92,4 +92,4 @@ deploy:
on:
tag: true
all_branches: true
condition: '$TRAVIS_TAG =~ ^v[0-9]+-pre'
condition: "$TRAVIS_TAG =~ ^v[0-9.]+-pre"