summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 71d3210c13a9af41c0fd11c8d805285fd11c96eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: cpp
sudo: required
dist: trusty
before_install:
 - sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu/ vivid main' -y
 - |
   sudo sh -c '/bin/echo -e "Package: *\nPin: release n=vivid\nPin-Priority: 1" > /etc/apt/preferences.d/vivid'
 - sudo apt-get update -qq
install:
 - sudo ./prepare-release travis-ci
 - sudo apt-get -qq -y -t vivid install gettext
 - 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