switch to Travis CI containers

This commit is contained in:
Adam Spiers 2015-11-16 21:56:45 +00:00
parent a38e918d4a
commit 7ca44238ea

View file

@ -4,9 +4,7 @@ perl:
- "5.18" - "5.18"
- "5.16" - "5.16"
- "5.14" - "5.14"
# Can't use containers until this is accepted: sudo: false
# https://github.com/travis-ci/apt-package-whitelist/issues/1759
#sudo: false
addons: addons:
apt: apt:
packages: packages:
@ -14,8 +12,6 @@ addons:
- texlive - texlive
- texi2html - texi2html
before_install: before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq texi2html
- autoreconf --install - autoreconf --install
- eval `perl -V:siteprefix` - eval `perl -V:siteprefix`
- ./configure --prefix=$siteprefix && make - ./configure --prefix=$siteprefix && make