From 3bd4ce10068eb01ba1e2ed22cb693194d01ed9ac Mon Sep 17 00:00:00 2001 From: Mindy Preston Date: Tue, 16 May 2017 13:59:59 -0500 Subject: [PATCH] test against vnetif branch that enforces size limits --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8116ebb69..163a7d6c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ script: bash -ex .travis-ci.sh sudo: required env: global: - - EXTRA_REMOTES="https://github.com/djs55/mirage-dev.git#fix-revdeps" + - EXTRA_REMOTES="https://github.com/djs55/mirage-dev.git#fix-revdeps" PINS="mirage-vnetif:https://github.com/yomimiono/mirage-vnetif.git#mtu-enforcing-netifs" matrix: - OCAML_VERSION=4.03 PACKAGE=tcpip MIRAGE_MODE=unix - UPDATE_GCC_BINUTILS=1 OCAML_VERSION=4.03 PACKAGE=tcpip MIRAGE_MODE=xen