summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 01d966b75d4c92532d23b3a46fc3e19730efd52a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: cpp
sudo: required
before_install:
 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
 - sudo apt-get update -qq
install:
 - sudo ./prepare-release travis-ci
 - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
 - sudo apt-get -qq update
 - sudo apt-get -qq -y install gcc-4.8 g++-4.8
 - export CC=gcc-4.8 CXX=g++-4.8
script:
 - make
 - 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