mirage / ocaml-fat

Read and write FAT format filesystems from OCaml
ISC License
26 stars 18 forks source link

autogenerated .travis.yml from yomimono/autoci commit 493e1d #71

Closed yomimono closed 6 years ago

djs55 commented 6 years ago

Thanks, this looks good. The only failure is a -safe-string problem which we need to fix anyway:

# File "src/fat_name.ml", line 134, characters 20-21:
# Error: This expression has type string but an expression was expected of type
#          bytes
djs55 commented 6 years ago

Hopefully to fix the -safe-string issue: https://github.com/mirage/ocaml-fat/pull/73