Skip to content

Commit 37529cf

Browse files
authored
Merge pull request #17 from vdice/ref/rm-travis
ref(ci): remove travis; add badge
2 parents 61e6578 + 5c7624c commit 37529cf

File tree

4 files changed

+3
-26
lines changed

4 files changed

+3
-26
lines changed

.travis.yml

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker-build:
2828
docker build ${DOCKER_BUILD_FLAGS} -t ${IMAGE} rootfs
2929
docker tag ${IMAGE} ${MUTABLE_IMAGE}
3030

31-
test: test-style test-unit test-functional
31+
test: test-style
3232

3333
test-style:
3434
${DEV_ENV_CMD} shellcheck $(SHELL_SCRIPTS)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Deis Redis
2+
[![Build Status](https://ci.deis.io/job/redis/badge/icon)](https://ci.deis.io/job/redis)
3+
24
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
35

46
![Deis Graphic](https://getdeis.blob.core.windows.net/get-deis/deis-graphic-small.png)

_scripts/deploy.sh

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

0 commit comments

Comments
 (0)