From 68a2827d534fc71966ba58f6867ec0824de1bc35 Mon Sep 17 00:00:00 2001 From: diodonfrost Date: Mon, 23 Nov 2020 04:17:16 +0100 Subject: [PATCH] ci(travis-ci): removing travis-ci pipeline Due to the recent travis political change, we decide to fully replace travis-ci pipeline by github-action workflow. This commit completely removes travis-ci pipeline. --- .travis.yml | 78 ----------------------------------------------------- README.md | 1 - 2 files changed, 79 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0f27a7a5..00000000 --- a/.travis.yml +++ /dev/null @@ -1,78 +0,0 @@ ---- -dist: xenial # required for Python >= 3.7 -language: python -install: pip install tox==3.20.0 - -env: - global: - - AWS_REGION='eu-west-1' - - TF_VAR_region=${AWS_REGION} - - TF_WARN_OUTPUT_ERRORS=1 - -jobs: - include: -#---------------------------------------------------------------------- -# Terraform tests -#---------------------------------------------------------------------- - - stage: Terraform tests - python: 3.7 - env: terraform_version="latest" - script: tests/sanity/terraform_tests.sh - - - stage: Terraform tests - python: 3.7 - env: terraform_version="0.12.0" - script: tests/sanity/terraform_tests.sh - -#---------------------------------------------------------------------- -# Python tests -#---------------------------------------------------------------------- - - stage: Python tests - python: 3.5 - env: TOXENV=py35 - script: tox - - - stage: Python tests - python: 3.6 - env: TOXENV=py36 - script: tox - - - stage: Python tests - python: 3.7 - env: TOXENV=py37 - script: tox - - - stage: Python tests - python: 3.8 - env: TOXENV=py38 - script: tox - - - stage: Python tests - python: 3.7 - env: TOXENV=flake8 - script: tox - - - stage: Python tests - python: 3.7 - env: TOXENV=pylint - script: tox - - - stage: Python tests - python: 3.7 - env: TOXENV=bandit - script: tox - - - stage: Python tests - python: 3.7 - env: TOXENV=black - script: tox - - - stage: Python tests - python: 3.7 - env: TOXENV=pytest - script: tox - - - stage: Python tests - python: 3.7 - env: TOXENV=mypy - script: tox diff --git a/README.md b/README.md index e788d3fd..32ff0554 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # terraform-aws-lambda-scheduler-stop-start -[![Build Status](https://api.travis-ci.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start.svg?branch=master)](https://travis-ci.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start) [![CI](https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/workflows/CI/badge.svg)](https://github.com/diodonfrost/terraform-aws-lambda-scheduler-stop-start/actions) Stop and start instance, rds resources and autoscaling groups with lambda function.