Skip to content

Commit 2922b06

Browse files
committed
chore(.travis.yml): add .travis.yml
1 parent 69d0962 commit 2922b06

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: bash
2+
sudo: required
3+
services:
4+
- docker
5+
script:
6+
- make test
7+
notifications:
8+
slack:
9+
rooms:
10+
- drycc:xKmLlmJR4hfRAgVIOwdpAoC9#drycc

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
# Drycc Redis
3-
[![Build Status](https://ci.drycc.cc/job/redis/badge/icon)](https://ci.drycc.cc/job/redis)
2+
[![Build Status](https://travis-ci.org/drycc/redis.svg?branch=master)](https://travis-ci.org/drycc/redis)
43

54
Drycc (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.
65

0 commit comments

Comments
 (0)