[CRIU] [PATCH 1/3] travis: run tests on trusty instead of precise

Andrey Vagin avagin at gmail.com
Fri Feb 19 14:51:08 PST 2016


From: Tycho Andersen <tycho.andersen at canonical.com>

precise's libc headers are extremly old and don't define SYS_*. trusty's
do, so let's run the travis tests there.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6123e24..191832c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,3 +9,5 @@ before_install:
   - sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev libnl-3-dev
 script:
   - "bash -ex scripts/travis-ci.sh"
+sudo: required
+dist: trusty
-- 
2.5.0



More information about the CRIU mailing list