Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add trivial ci #1

Merged
merged 6 commits into from
May 11, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: csharp
solution: aliyun-tablestore-csharp-sdk.sln
mono:
- latest
- 4.2.1
- 4.0.0
- 3.12.0
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Software License](https://img.shields.io/badge/license-apache2-brightgreen.svg)](LICENSE)
[![GitHub version](https://badge.fury.io/gh/aliyun%2Faliyun-tablestore-csharp-sdk.svg)](https://badge.fury.io/gh/aliyun%2Faliyun-tablestore-csharp-sdk)
[![Build Status](https://travis-ci.org/aliyun/aliyun-tablestore-csharp-sdk.svg)](https://travis-ci.org/aliyun/aliyun-tablestore-csharp-sdk)

## 关于
- 此C# SDK基于[阿里云表格存储服务](http://www.aliyun.com/product/ots/) API构建。
Expand All @@ -26,4 +27,4 @@
- [阿里云TableStore官方论坛](http://bbs.aliyun.com)
- [阿里云TableStore官方文档中心](https://help.aliyun.com/product/8315004_ots.html)
- [阿里云云栖社区](http://yq.aliyun.com)
- [阿里云工单系统](https://workorder.console.aliyun.com/#/ticket/createIndex)
- [阿里云工单系统](https://workorder.console.aliyun.com/#/ticket/createIndex)
Binary file removed lib/System.Net.Http.WebRequest.dll
Binary file not shown.
63 changes: 0 additions & 63 deletions lib/System.Net.Http.WebRequest.xml

This file was deleted.

Binary file removed lib/System.Net.Http.dll
Binary file not shown.
Loading