diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-08-19 17:33:08 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-08-19 17:33:08 +0100 |
| commit | 5aa94434d069ed16bfc7339a99766ad047cf3b41 (patch) | |
| tree | 7779ce08759dd160693bfc64c3c8f6c3175f0270 | |
| parent | Merge branch 'feature/travis_venv' into master (diff) | |
| download | TCPDBench-5aa94434d069ed16bfc7339a99766ad047cf3b41.tar.gz TCPDBench-5aa94434d069ed16bfc7339a99766ad047cf3b41.zip | |
Disable testing venvs for now
Seems to overrun the Travis time limit, so disabling until
there's a fix.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
