We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a27d85 commit 253072dCopy full SHA for 253072d
.travis-release.sh
@@ -6,8 +6,6 @@ set -o xtrace
6
# Build package
7
opam pin add --no-action .
8
opam depext cs_api_client
9
-opam pin add ocaml-conduit
10
-opam pin add ocaml-cohttp
11
opam install cs_api_client
12
13
# Create archive
.travis.yml
@@ -8,7 +8,6 @@ env:
global:
- PACKAGE=cs_api_client
- OCAML_VERSION=4.10
- - PINS="conduit-lwt-unix:https://github.com/cryptosense/ocaml-conduit.git#2d26898b6102f3ee24152de217b2273ea4973b98"
jobs:
- DISTRO=debian-10
14
- DISTRO=centos-7
0 commit comments