summaryrefslogtreecommitdiff
path: root/src/couch_mrview/.travis.yml
blob: 142a2aad03633a784266d4adbdab303a3780441b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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_mrview
  - make

script:
  - ./bin/rebar setup_eunit
  - BUILDDIR=`pwd` ./bin/rebar -r eunit apps=couch_mrview

cache: apt