summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2015-11-16 21:56:45 +0000
committerAdam Spiers <stow@adamspiers.org>2015-11-16 21:56:45 +0000
commit7ca44238eab2e07e2519a079481493c6782cc381 (patch)
tree948bb3e993667e98b7b2590031d531aa3bfe25da
parenta38e918d4a0d688b8549e7164a55cfee0d4d4412 (diff)
downloadstow-7ca44238eab2e07e2519a079481493c6782cc381.tar.gz
switch to Travis CI containers
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 025b98d..a7ac3d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,7 @@ perl:
- "5.18"
- "5.16"
- "5.14"
-# Can't use containers until this is accepted:
-# https://github.com/travis-ci/apt-package-whitelist/issues/1759
-#sudo: false
+sudo: false
addons:
apt:
packages:
@@ -14,8 +12,6 @@ addons:
- texlive
- texi2html
before_install:
- - sudo apt-get update -qq
- - sudo apt-get install -qq texi2html
- autoreconf --install
- eval `perl -V:siteprefix`
- ./configure --prefix=$siteprefix && make