Skip to content

Commit

Permalink
Adds Travis Cl support to test the code automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
xfxyjwf committed Dec 13, 2014
1 parent ed52203 commit 0c7f624
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: cpp
script: ./autogen.sh && ./configure && make distcheck
notifications:
email: false
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Protocol Buffers - Google's data interchange format
===================================================

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

Copyright 2008 Google Inc.

https://developers.google.com/protocol-buffers/
Expand Down

0 comments on commit 0c7f624

Please sign in to comment.