diff options
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" |