From cc6d6bf3aef31043d1e097a3179fb116dd3f8c69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Thu, 9 Jul 2020 16:36:47 +0200
Subject: [PATCH] revamped build system

---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f5c9e74..2ba1cc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -78,7 +78,7 @@ jobs:
         apt:
           packages:
             - rabbitmq-server
-  - stage: deploy
-      python: "3.8"
-      script:
-        - bash tests/travis_build.sh
+    - stage: deploy
+        python: "3.8"
+        script:
+          - bash tests/travis_build.sh
-- 
GitLab