From f51a755cc9554942a31ceae4109ef47d4120e7e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 26 Oct 2021 19:43:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20Travis=20backup=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.travis.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 backup.travis.yml diff --git a/backup.travis.yml b/backup.travis.yml deleted file mode 100644 index 95def74..0000000 --- a/backup.travis.yml +++ /dev/null @@ -1,34 +0,0 @@ -dist: xenial - -language: python - -python: - - "3.7" - -install: - - pip install docker pytest - -services: - - docker - -env: - - NAME='latest' BUILD_PATH='python3.7' TEST_STR1='Hello World from Flask in a Docker container running Python 3.7 with Meinheld and Gunicorn (default)' - - NAME='python3.7' BUILD_PATH='python3.7' TEST_STR1='Hello World from Flask in a Docker container running Python 3.7 with Meinheld and Gunicorn (default)' - - NAME='python3.6' BUILD_PATH='python3.6' TEST_STR1='Hello World from Flask in a Docker container running Python 3.6 with Meinheld and Gunicorn (default)' - - NAME='python2.7' BUILD_PATH='python2.7' TEST_STR1='Hello World from Flask in a Docker container running Python 2.7 with Meinheld and Gunicorn (default)' - - NAME='python3.7-alpine3.8' BUILD_PATH='python3.7-alpine3.8' TEST_STR1='Hello World from Flask in a Docker container running Python 3.7 with Meinheld and Gunicorn on Alpine (default)' - - NAME='python3.6-alpine3.8' BUILD_PATH='python3.6-alpine3.8' TEST_STR1='Hello World from Flask in a Docker container running Python 3.6 with Meinheld and Gunicorn on Alpine (default)' - -script: - - bash scripts/test.sh - -jobs: - include: - - script: bash scripts/test.sh - - stage: deploy - script: skip - deploy: - provider: script - script: bash scripts/build-push-all.sh - on: - branch: master