Skip to content

Commit 4af25a3

Browse files
authored
Merge pull request #4 from GuoYuefei/dev
2 parents 7728cf6 + ea98390 commit 4af25a3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

‎.travis.yml‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
language: go
22
sudo: true
33

4+
### blacklist
5+
# branches:
6+
# except:
7+
# - legacy
8+
# - experimental
9+
10+
### whitelist
11+
branches:
12+
only:
13+
- master
14+
- deploy
15+
416
go:
517
- master
618

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Distributed Object Storage
2+
[![Build Status](https://travis-ci.com/GuoYuefei/DOStorage1.svg?branch=master)](https://travis-ci.com/GuoYuefei/DOStorage1) [![GitHub license](https://img.shields.io/github/license/GuoYuefei/DOStorage1)](https://github.com/GuoYuefei/DOStorage1/blob/master/LICENSE) ![language](https://img.shields.io/github/languages/top/GuoYuefei/DOStorage1) ![last](https://img.shields.io/github/last-commit/GuoYuefei/DOStorage1.svg)
23

34
- [Getting Started](#getting-started)
45
+ [Prepare Components](#prepare-components)

0 commit comments

Comments
 (0)