Skip to content

Commit

Permalink
update travis-ci and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diodonfrost committed Jun 20, 2019
1 parent 5178a71 commit c080683
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ language: python
python:
- "3.7"

git:
depth: false

env:
global:
- AWS_REGION='eu-west-1'
Expand Down Expand Up @@ -48,14 +45,3 @@ script:
# - terraform fmt -check=true
- terraform validate
- terraform -v

after_success:
# Run sonar-scanner (https://sonarcloud.io/dashboard?id=diodonfrost_terraform-aws-lambda-scheduler-stop-start)
- cd ../..
- >
sonar-scanner \
-Dsonar.projectKey=diodonfrost_terraform-aws-lambda-scheduler-stop-start \
-Dsonar.organization=diodonfrost-github \
-Dsonar.sources=. \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.login=${SONAR_TOKEN}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terraform-aws-lambda-scheduler-stop-start

[![Build Status](https://api.travis-ci.org/diodonfrost/terraform-aws-lambda-scheduler-stop-start.svg?branch=master)](https://travis-ci.org/diodonfrost/terraform-aws-lambda-scheduler-stop-start) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=diodonfrost_terraform-aws-lambda-scheduler-stop-start&metric=alert_status)](https://sonarcloud.io/dashboard?id=diodonfrost_terraform-aws-lambda-scheduler-stop-start) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=diodonfrost_terraform-aws-lambda-scheduler-stop-start&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=diodonfrost_terraform-aws-lambda-scheduler-stop-start)
[![Build Status](https://api.travis-ci.org/diodonfrost/terraform-aws-lambda-scheduler-stop-start.svg?branch=master)](https://travis-ci.org/diodonfrost/terraform-aws-lambda-scheduler-stop-start)

Terraform module which create lambda scheduler for stop and start resources on AWS

Expand Down

0 comments on commit c080683

Please sign in to comment.