]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: Remove parentheses in deploy:on:condition
authorIvan Maidanski <ivmai@mail.ru>
Mon, 15 May 2017 17:38:02 +0000 (20:38 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 15 May 2017 17:38:02 +0000 (20:38 +0300)
(fix commit 63238a5)

.travis.yml

index 2505d6eb2ea9767a02b55dae86961414a71f4033..862df5c7c49dadc4b3bb5b386bb1bf83d8324de7 100644 (file)
@@ -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