You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kl...@apache.org on 2015/09/12 21:03:51 UTC

couch-mrview commit: updated refs/heads/master to 85b8318

Repository: couchdb-couch-mrview
Updated Branches:
  refs/heads/master 74e77196e -> 85b83187f


Integrate with Travis CI


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/85b83187
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/tree/85b83187
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/diff/85b83187

Branch: refs/heads/master
Commit: 85b83187f15fff1fb134f12919096b494a182d10
Parents: 74e7719
Author: Klaus Trainer <kl...@posteo.de>
Authored: Sat Sep 12 21:01:35 2015 +0200
Committer: Klaus Trainer <kl...@posteo.de>
Committed: Sat Sep 12 21:03:09 2015 +0200

----------------------------------------------------------------------
 .travis.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/blob/85b83187/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..18f48d8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,24 @@
+language: erlang
+
+otp_release:
+  - 18.0
+  - 17.5
+  - R16B03-1
+  - R14B04
+
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get -y install libmozjs-dev
+  - git clone https://github.com/apache/couchdb
+
+before_script:
+  - cd couchdb
+  - ./configure --disable-docs --disable-fauxton
+  - cp -r ../!(couchdb) ./src/couch_mrview
+  - make
+
+script:
+  - rebar setup_eunit
+  - BUILDDIR=`pwd` rebar -r eunit apps=couch_mrview
+
+cache: apt