diff options
author | Ebus-at-dockstar <ebus@dockstar> | 2013-03-25 10:22:13 +0100 |
---|---|---|
committer | Ebus-at-dockstar <ebus@dockstar> | 2013-03-25 10:22:13 +0100 |
commit | 9522cdffa94f278eb5e1894600535986e22c2890 (patch) | |
tree | 85c739761f79e949027f8afdcee0f73105bb6a38 /ebus-datastore/.travis.yml | |
parent | 0a334345e9530dd217cf74a414afe43322181fe0 (diff) | |
download | ebus-alt-9522cdffa94f278eb5e1894600535986e22c2890.tar.gz ebus-alt-9522cdffa94f278eb5e1894600535986e22c2890.zip |
ebus datastore
Diffstat (limited to 'ebus-datastore/.travis.yml')
-rw-r--r-- | ebus-datastore/.travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |