Skip to content

Commit c50dc71

Browse files
authored
Merge pull request #343 from vdice/ref/rm-travis
ref(ci): remove travis; add badge
2 parents 5b9b42d + cea7734 commit c50dc71

File tree

4 files changed

+2
-32
lines changed

4 files changed

+2
-32
lines changed

.travis.yml

-18
This file was deleted.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ IMAGE_PREFIX ?= deis
66

77
include versioning.mk
88

9-
SHELL_SCRIPTS = $(wildcard _scripts/*.sh) $(wildcard rootfs/bin/*) rootfs/opt/router/sbin/boot
9+
SHELL_SCRIPTS = $(wildcard rootfs/bin/*) rootfs/opt/router/sbin/boot
1010

1111
REPO_PATH := github.com/deis/${SHORT_NAME}
1212

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deis Router v2
22

3-
[![Build Status](https://travis-ci.org/deis/router.svg?branch=master)](https://travis-ci.org/deis/router)
3+
[![Build Status](https://ci.deis.io/job/router/badge/icon)](https://ci.deis.io/job/router)
44
[![codecov.io](https://codecov.io/github/deis/router/coverage.svg?branch=master)](https://codecov.io/github/deis/router?branch=master)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/deis/router)](https://goreportcard.com/report/github.com/deis/router)
66
[![Docker Repository on Quay](https://quay.io/repository/deis/router/status "Docker Repository on Quay")](https://quay.io/repository/deis/router)

_scripts/deploy.sh

-12
This file was deleted.

0 commit comments

Comments
 (0)