]>
Commit | Line | Data |
---|---|---|
db0e2486 | 1 | language: cpp |
b2640c0a | 2 | sudo: required |
6a778e35 | 3 | dist: trusty |
db0e2486 | 4 | before_install: |
d4cfc248 | 5 | - sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ wily main universe' -y |
e7cab38e | 6 | - | |
d4cfc248 | 7 | sudo sh -c '/bin/echo -e "Package: *\nPin: release n=wily\nPin-Priority: 1" > /etc/apt/preferences.d/wily' |
b2640c0a | 8 | - sudo apt-get update -qq |
3261271e | 9 | install: |
d382a0e4 | 10 | - sudo ./prepare-release travis-ci |
0390edd5 | 11 | - sudo apt-get -qq -y -t wily install gettext liblz4-dev python3-apt |
cfc6566d | 12 | - make |
fa74b4ec | 13 | script: |
b2640c0a | 14 | - make test |
712ccb8f | 15 | - ./test/integration/run-tests -q |
b2640c0a | 16 | - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true |
712ccb8f | 17 | - sudo ./test/integration/run-tests -q |