Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaodunqiao committed Jan 12, 2017
1 parent eb098e4 commit 8f20963
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sudo: required
dist: trusty
language: cpp

os:
- linux

compiler:
- gcc

language: cpp
notifications:
email:
- gaodunqiao@360.cn

script:
- cmake .
- make
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
QConf
=====

[![Build Status](https://travis-ci.org/Qihoo360/QConf.svg?branch=master)](https://travis-ci.org/Qihoo360/QConf)

We have build another interesting proect [pika](https://github.com/Qihoo360/pika). Pika is a nosql compatible with redis protocol with huge storage space. You can have a try.

## Introduction [中文](https://github.com/Qihoo360/QConf/blob/master/README_ZH.md)
Expand Down

0 comments on commit 8f20963

Please sign in to comment.