Commit 6c5bde3b authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

travis: run tests on trusty instead of precise

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: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 166a8e8e
...@@ -9,3 +9,5 @@ before_install: ...@@ -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 - 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: script:
- "bash -ex scripts/travis-ci.sh" - "bash -ex scripts/travis-ci.sh"
sudo: required
dist: trusty
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment