From 824b3ba3f882488953045f9b055fb4ef2251962e Mon Sep 17 00:00:00 2001 From: Bastian Schwarz Date: Sat, 20 Jun 2020 16:53:11 +0200 Subject: [PATCH] Excluding the test group on berks upload --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81825fb..ed2463c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,6 @@ deploy: edge: true cleanup: false run: - - chef exec berks upload + - chef exec berks upload -e test on: tags: true