Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ install:
- wget https://raw.githubusercontent.com/simonjbeaumont/ocaml-travis-coveralls/master/travis-coveralls.sh
dist: trusty
script: bash -ex .travis-opam.sh && bash -ex travis-coveralls.sh
sudo: required
env:
- OCAML_VERSION=4.02
1 change: 0 additions & 1 deletion lib/block.mli
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
include V1.BLOCK
with type 'a io = 'a Lwt.t
and type page_aligned_buffer = Cstruct.t
and type id = string

(** {0} low-level convenience functions *)

Expand Down