Skip to content

Commit

Permalink
Update Travis CI script to use conduit.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Apr 22, 2020
1 parent 8afc8c6 commit 42fee29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/ma
script: bash -ex ./.travis-docker.sh
env:
global:
- PINS="cohttp-top.dev:. cohttp-async.dev:. cohttp-lwt-unix.dev:. cohttp-lwt-jsoo.dev:. cohttp-lwt.dev:. cohttp-mirage.dev:. cohttp.dev:."
- PINS="cohttp-top.dev:. cohttp-async.dev:. cohttp-lwt-unix.dev:. cohttp-lwt-jsoo.dev:. cohttp-lwt.dev:. cohttp-mirage.dev:. cohttp.dev:. conduit.dev:https://github.com/mirage/ocaml-conduit.git#3.0.0 conduit-tls.dev:https://github.com/ocaml-conduit.git#3.0.0 conduit-lwt.dev:https://github.com/mirage/ocaml-conduit.git#3.0.0 conduit-lwt-unix.dev:https://github.com/mirage/ocaml-conduit.git#3.0.0"
matrix:
- PACKAGE="cohttp" DISTRO="ubuntu-lts" OCAML_VERSION="4.08" DEPOPTS="cohttp-async cohttp-lwt-unix cohttp-mirage"
- PACKAGE="cohttp" DISTRO="ubuntu-lts" OCAML_VERSION="4.07"
Expand Down

0 comments on commit 42fee29

Please sign in to comment.