]> git.saurik.com Git - apt.git/blobdiff - .travis.yml
StringView: pos argument default should be npos
[apt.git] / .travis.yml
index 8c156e49e011f53dfa15813c876b0618be760f32..75de61756f7a107419b63c3631e83c181f0e4991 100644 (file)
@@ -1,17 +1,17 @@
 language: cpp
 sudo: required
+dist: trusty
 before_install:
- - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
+ - 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 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:
+ - sudo apt-get -qq -y -t wily install gettext liblz4-dev
  - make
+script:
  - make test
- - ./test/integration/run-tests
+ - ./test/integration/run-tests -q
  - sudo adduser --force-badname --system --home /nonexistent --no-create-home --quiet _apt || true
- - sudo ./test/integration/run-tests
+ - sudo ./test/integration/run-tests -q