diff options
author | Azul <azul@leap.se> | 2012-11-19 13:59:58 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-19 13:59:58 +0100 |
commit | 172317b35d9c7ae26a6bf4836feace7b509644a6 (patch) | |
tree | 825ec718edd23c7cfeddfa28505b986341845910 /.travis.yml | |
parent | 66e5f9d639a34df1912f7562223fa65d29183d96 (diff) |
adding travis.yml so we have couchDB to test with
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..984e24a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,2 @@ +services: + - couchdb |