summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 70d4d17ccc9fa6521115a6c3bf3621de6a86885e (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
   - 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: ./bootstrap && ./configure
script: make distcheck
language: erlang
otp_release:
   - R16B
   - R15B03
   - R15B02
   - R15B01
   - R15B
   - R14B04
   - R14B03