switch to Travis CI containers
This commit is contained in:
parent
a38e918d4a
commit
7ca44238ea
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue