language: c install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-mirage.sh script: bash -ex .travis-mirage.sh sudo: required dist: trusty addons: apt: sources: - avsm packages: - ocaml - ocaml-base - ocaml-native-compilers - ocaml-compiler-libs - ocaml-interp - ocaml-base-nox - ocaml-nox - camlp4 - camlp4-extra - time - libxen-dev env: - OCAML_VERSION=4.04 MIRAGE_BACKEND=xen PINS="mirage-nat:https://github.com/talex5/mirage-nat.git#cleanup tcpip:https://github.com/talex5/mirage-tcpip.git#fix-length-checks"