Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit c54e4b4

Browse files
Vaughn Dicevdice
authored andcommitted
ref(ci): remove travis; update badge
1 parent 76868e3 commit c54e4b4

6 files changed

Lines changed: 3 additions & 46 deletions

File tree

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include versioning.mk
3333
REDIS_CONTAINER_NAME := test-redis-${VERSION}
3434
NSQ_CONTAINER_NAME := test-nsq-${VERSION}
3535

36-
SHELL_SCRIPTS = $(wildcard _scripts/*.sh)
36+
SHELL_SCRIPTS = $(wildcard _scripts/util/*)
3737

3838
check-docker:
3939
@if [ -z $$(which docker) ]; then \
@@ -118,7 +118,6 @@ stop-test-nsq:
118118

119119
test-unit: start-test-redis start-test-nsq
120120
docker run ${DEV_ENV_OPTS} \
121-
-it \
122121
--link ${REDIS_CONTAINER_NAME}:TEST_REDIS \
123122
--link ${NSQ_CONTAINER_NAME}:TEST_NSQ \
124123
${DEV_ENV_IMAGE} bash -c \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Deis Logger
2-
[![Build Status](https://travis-ci.org/deis/logger.svg?branch=master)](https://travis-ci.org/deis/logger)
2+
[![Build Status](https://ci.deis.io/job/logger/badge/icon)](https://ci.deis.io/job/logger)
33
[![codecov.io](https://codecov.io/github/deis/logger/coverage.svg?branch=master)](https://codecov.io/github/deis/logger?branch=master)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/deis/logger)](https://goreportcard.com/report/github.com/deis/logger)
55
[![Docker Repository on Quay](https://quay.io/repository/deis/logger/status "Docker Repository on Quay")](https://quay.io/repository/deis/logger)

_scripts/deploy.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

_scripts/release.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

_scripts/util/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ capital_regex="^.+\): [a-z][\w\s\d]*"
1414
MESSAGE[1]="file"
1515

1616
i=1 # the first array variable is at index 1
17-
while read line
17+
while read -r line
1818
do
1919
MESSAGE[$i]=$line
2020
let i++

0 commit comments

Comments
 (0)