From f8e022a709c9be0b4a674428f7a62d22962e5f1a Mon Sep 17 00:00:00 2001 From: Florian Roth Date: Thu, 30 Jan 2020 09:54:41 +0100 Subject: [PATCH] Fixed indentation --- .travis.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index a99ad3ddb..14362f645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: python dist: xenial python: - # - 3.5 # Deactivated because Travis CI tests failed randomly (Travis's problem) - - 3.6 - - 3.7 + # - 3.5 # Deactivated because Travis CI tests failed randomly (Travis's problem) + - 3.6 + - 3.7 sudo: true services: - elasticsearch @@ -11,15 +11,15 @@ cache: pip before_install: - curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.4.deb && sudo dpkg -i --force-confnew elasticsearch-6.2.4.deb && sudo service elasticsearch restart install: - - pip install -r tools/requirements-devel.txt - - pip install -r tests/requirements-test.txt + - pip install -r tools/requirements-devel.txt + - pip install -r tests/requirements-test.txt script: - - make test - - make test-backend-es-qs + - make test + - make test-backend-es-qs notifications: - email: - recipients: - - venom14@gmail.com - - thomas@patzke.org - on_success: change - on_failure: always + email: + recipients: + - venom14@gmail.com + - thomas@patzke.org + on_success: change + on_failure: always