X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2af2eb53e867bfcc0422aaf3c93c79eb2c93e9cc..7c1dca1439b956a085b09c73fdbe5a66af20241b:/.travis.yml diff --git a/.travis.yml b/.travis.yml index b413134c5..a076d3e4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,17 @@ language: cpp +sudo: required +dist: trusty before_install: - - sudo apt-get update -q + - sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ wily main universe' -y + - | + sudo sh -c '/bin/echo -e "Package: *\nPin: release n=wily\nPin-Priority: 1" > /etc/apt/preferences.d/wily' + - sudo apt-get update -qq +install: - sudo ./prepare-release travis-ci - - sudo apt-get install -q --no-install-recommends stunnel4 -script: make && make test && test/integration/run-tests + - sudo apt-get -qq -y -t wily install gettext liblz4-dev python3-apt + - make +script: + - make test + - ./test/integration/run-tests -q + - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true + - sudo ./test/integration/run-tests -q