Skip to content

Commit

Permalink
WIP: try to fix TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Feb 5, 2021
1 parent 40e009f commit 88249c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis-ci.sh
Expand Up @@ -2,4 +2,10 @@ eval `opam config env`
opam depext -uiy mirage
cd ~
git clone https://github.com/mirage/mirage-skeleton.git
opam pin -n add conduit.2.3.0 https://githu.com/samoht/ocaml-conduit.git#simplify-conduit-mirage
opam pin -n add conduit-lwt.2.3.0 https://githu.com/samoht/ocaml-conduit.git#simplify-conduit-mirage
opam pin -n add conduit-mirage.2.3.0 https://githu.com/samoht/ocaml-conduit.git#simplify-conduit-mirage
opam pin -n add cohttp.2.3.0 https://githu.com/samoht/ocaml-conduit.git#conduit-2.3
opam pin -n add cohttp-lwt.2.3.0 https://githu.com/samoht/ocaml-conduit.git#conduit-2.3
opam pin -n add cohttp-mirage.2.3.0 https://githu.com/samoht/ocaml-conduit.git#conduit-2.3
make -C mirage-skeleton && rm -rf mirage-skeleton

0 comments on commit 88249c0

Please sign in to comment.