From d0a6a8af0b78240a0f3e1f05d39baf73699a5570 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 18 Nov 2018 11:17:04 +0200 Subject: [PATCH] Do not use date in the release title [skip appveyor] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a2791bb2b..96eedc711a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,7 +84,7 @@ deploy: file: zephir.phar skip_cleanup: true draft: true - name: "$(zephir --dumpversion) $(date +'%Y.%m.%d %H:%M:%S')" + name: "$(zephir --dumpversion)" on: all_branches: true condition: $TRAVIS_BRANCH =~ ^master$