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