summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 32d063e88b2dae1f5bf2b74a2d920f408230d21a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
before_install:
   - sudo apt-get -y update
   - sudo apt-get -y install libicu-dev libmozjs-dev pkg-config help2man libcurl4-openssl-dev
   - sudo apt-get -y install libtool automake autoconf autoconf-archive
   - sudo apt-get -y install texlive-latex-base texlive-latex-recommended
   - sudo apt-get -y install texlive-latex-extra texlive-fonts-recommended texinfo
   - sudo apt-get -y install python-pygments python-docutils python-sphinx
before_script: ./configure -c --disable-docs --disable-fauxton
script:
   - ./run-tests.sh
language: erlang
otp_release:
   - 18.0
   - 17.5
   - R16B03-1
git:
  depth: 10
cache: apt