blob: 87609755db1f5c4fca9dbe425940b7e536ecdfa1 [file] [log] [blame]
before_install:
- sudo apt-get -y update
- sudo apt-get -y install libicu-dev libmozjs185-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:
- rm -f erlang-*.tar.bz2
- make distcheck
language: erlang
otp_release:
- 20.1
- 19.3
- 18.3
- 17.5
- R16B03-1
- R15B03
matrix:
allow_failures:
- otp_release: R15B03