From 9522cdffa94f278eb5e1894600535986e22c2890 Mon Sep 17 00:00:00 2001 From: Ebus-at-dockstar Date: Mon, 25 Mar 2013 10:22:13 +0100 Subject: ebus datastore --- ebus-datastore/.travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ebus-datastore/.travis.yml (limited to 'ebus-datastore/.travis.yml') diff --git a/ebus-datastore/.travis.yml b/ebus-datastore/.travis.yml new file mode 100644 index 0000000..b38efea --- /dev/null +++ b/ebus-datastore/.travis.yml @@ -0,0 +1,3 @@ +script: + - "make -j4 -B test" + - "make SNAPPY=0 -j4 -B test" -- cgit v1.2.1