From 5aa94434d069ed16bfc7339a99766ad047cf3b41 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 19 Aug 2020 17:33:08 +0100 Subject: Disable testing venvs for now Seems to overrun the Travis time limit, so disabling until there's a fix. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 58202c03..5ec909d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ script: # the paper. Since these may depend on external (third-party) packages, # they can potentially be fragile to unexpected changes, so we want to # make sure we're notified when they no longer build correctly. - - docker run alan-turing-institute/tcpdbench /bin/bash -c "make venvs" + # - docker run alan-turing-institute/tcpdbench /bin/bash -c "make venvs" -- cgit v1.2.3