]> git.saurik.com Git - apt.git/blobdiff - .travis.yml
allow arch=all to override No-Support-for-Architecture-all
[apt.git] / .travis.yml
index b413134c5b345e2da36cd7856381b7664c571cdc..a076d3e4c82ee0e15eb721d4eb2426d0cb1dab9b 100644 (file)
@@ -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