aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2014-12-12 17:22:35 -0800
committerFeng Xiao <xfxyjwf@gmail.com>2014-12-12 17:22:35 -0800
commit0c7f6241e59b3e29a88a7bda189d8f6d274c4234 (patch)
tree63cb9fecaec5431466409ce35126577f1554f350 /.travis.yml
parented52203481af7ede91b8706b2f8e9d58eecb9fbc (diff)
downloadprotobuf-0c7f6241e59b3e29a88a7bda189d8f6d274c4234.tar.gz
protobuf-0c7f6241e59b3e29a88a7bda189d8f6d274c4234.tar.bz2
protobuf-0c7f6241e59b3e29a88a7bda189d8f6d274c4234.zip
Adds Travis Cl support to test the code automatically.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..93013b8b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+language: cpp
+script: ./autogen.sh && ./configure && make distcheck
+notifications:
+ email: false