summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-08-30 12:19:00 -0700
committerJosh Haberman <jhaberman@gmail.com>2014-08-30 12:19:00 -0700
commitf447370f803192fa3a621fa4cc23108546c1c4db (patch)
tree0955e9c00de4df1963ba05d6302bd27ab27766a2 /.travis.yml
parenta25c50361a0ca55962e7f2f979a0fca515dc7f06 (diff)
Fixed build and added Travis CI support.
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 0000000..e1160e5
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,4 @@
+install:
+ - sudo apt-get update -qq
+ - sudo apt-get install protobuf-compiler libprotobuf-dev
+script: make test
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback