From a0a3f764d2837c002e31fe2edc2eeb1ef97fd7fb Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt Date: Thu, 16 Jul 2020 22:01:03 +0900 Subject: [PATCH] condition --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed953416..3707f17b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,4 +57,4 @@ deploy: on: all_branches: true python: 3.8 - condition: $DEP = [all] \ No newline at end of file + condition: "$DEP" = "[all]" \ No newline at end of file