[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Correct format for dev- tags [ci skip] (15c00f24)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Nov 20 23:10:18 CET 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/15c00f245145b4ad6c71476c28e166b8207bb312

>---------------------------------------------------------------

commit 15c00f245145b4ad6c71476c28e166b8207bb312
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Nov 20 22:10:18 2019 +0000

    Correct format for dev- tags [ci skip]


>---------------------------------------------------------------

15c00f245145b4ad6c71476c28e166b8207bb312
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1776f09c..1e51baa3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@ deploy:
     skip_cleanup: true
     on:
       tags: true
-      condition: $TRAVIS_TAG == *-dev
+      condition: $TRAVIS_TAG == dev-*
     prerelease: true
   - provider: releases
     api_key:
@@ -50,5 +50,5 @@ deploy:
     skip_cleanup: true
     on:
       tags: true
-      condition: $TRAVIS_TAG != *-dev
+      condition: $TRAVIS_TAG != dev-*
     prerelease: false





More information about the latex3-commits mailing list