From d057512b51b43b56b21f916b7a891e4c9ecb3988 Mon Sep 17 00:00:00 2001 From: juju4 Date: Sat, 7 Jan 2017 04:19:47 -0500 Subject: [PATCH] disable travis trusty test - stalling --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 055fd4d..ec2e966 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,11 @@ env: init: /lib/systemd/systemd run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro" # run_opts: "--cap-add SYS_ADMIN" - - distribution: ubuntu - version: 14.04 - init: /sbin/init - run_opts: "" +## FIXME! travis/trusty build stalling +# - distribution: ubuntu +# version: 14.04 +# init: /sbin/init +# run_opts: "" # - distribution: ubuntu # version: 12.04 # init: /sbin/init