summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a165c353a6879a44afab3c775e84cb4c9f3f637b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
before_install:
   - sudo apt-get -y update
   - sudo apt-get -y install libicu-dev libmozjs185-dev pkg-config help2man libcurl4-openssl-dev
   - sudo apt-get -y install libtool automake autoconf autoconf-archive
   - sudo apt-get -y install shunit2
before_script:
   - kerl list installations
   - ./configure -c --disable-docs --disable-fauxton
script:
   - make check
after_failure: cat src/chttpd/.eunit/couch.log
language: erlang
otp_release:
   - 19.2
   - 19.1
   - 19.0
   - 18.3
   - 18.2
   - 18.1
   - 18.0
   - 17.5
   - R16B03-1
git:
  depth: 10
cache: apt