From 0cbf615c812db8ed7370d182c7065df053f7d5c2 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 15 May 2017 20:38:02 +0300 Subject: [PATCH] Travis CI: Remove parentheses in deploy:on:condition (fix commit 63238a5) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2505d6e..862df5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -324,6 +324,6 @@ deploy: file_glob: true skip_cleanup: true on: - condition: "$(MAKEFILE_TARGET) = distcheck" + condition: "$MAKEFILE_TARGET" == distcheck repo: ivmai/libatomic_ops tags: true -- 2.50.0