Skip to content

Commit

Permalink
travis-ci integration
Browse files Browse the repository at this point in the history
Summary: travis-ci integration for https://github.com/facebook/mcrouter

Test Plan: test

Reviewed By: @alikhtarov

Differential Revision: D1844103
  • Loading branch information
int authored and alikhtarov committed Feb 14, 2015
1 parent 4341b8e commit addcc91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: cpp

compiler:
- gcc

script: ./mcrouter/scripts/install_ubuntu_12.04.sh "$(pwd)"/mcrouter-install

notifications:
email:
- [email protected]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mcrouter
# Mcrouter [![Build Status](https://travis-ci.org/facebook/mcrouter.svg?branch=master)](https://travis-ci.org/facebook/mcrouter)

Mcrouter is a memcached protocol router for scaling memcached
(http://memcached.org/) deployments. It's a core component of cache
Expand Down

0 comments on commit addcc91

Please sign in to comment.