Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit cea7734

Browse files
Vaughn Dicevdice
authored andcommitted
ref(ci): remove travis; add badge
1 parent 5b9b42d commit cea7734

4 files changed

Lines changed: 2 additions & 32 deletions

File tree

.travis.yml

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

Makefile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

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

0 commit comments

Comments
 (0)