You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/30 20:28:24 UTC

couch commit: updated refs/heads/master to 2594c7f

Repository: couchdb-couch
Updated Branches:
  refs/heads/master 1279da6fe -> 2594c7f12


Integrate with Travis CI


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

Branch: refs/heads/master
Commit: 2594c7f123ebeecd3887d8dd01170e91d6ed26cb
Parents: 1279da6
Author: Alexander Shorin <kx...@apache.org>
Authored: Sun Aug 23 12:59:20 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Sep 30 21:14:40 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/2594c7f1/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..c06d1b1
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,23 @@
+language: erlang
+
+otp_release:
+  - 18.0
+  - 17.5
+  - R16B03-1
+
+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
+  - make
+
+script:
+  - ./bin/rebar setup_eunit
+  - BUILDDIR=`pwd` ./bin/rebar -r eunit apps=couch
+
+cache: apt