[opam-commits] Passed: avsm/opam#94 (fix-opam-json - 42ae9eb)

Travis CI builds at travis-ci.org
Fri Dec 9 12:00:48 GMT 2016


Build Update for avsm/opam
-------------------------------------

Build: #94
Status: Passed

Duration: 32 minutes and 58 seconds
Commit: 42ae9eb (fix-opam-json)
Author: Anil Madhavapeddy
Message: do not output `opam-version` twice in `install --json`

This fixes invalid JSON output as a repeated key is not allowed:

```
{
  "opam-version": "2.0~alpha5 (33f70c51dffb22010df343bf781b68b17a69f497)",
  "command-line": [
    "opam",
    "install",
    "--show-actions",
    "--json=actions.json",
    "mirage.2.9.1",
    "lwt.2.6.0",
    "core.113.33.02+4.03"
  ],
  "opam-version": "2.0~alpha5 (33f70c51dffb22010df343bf781b68b17a69f497)",
  "command-line": [
    "opam",
    "install",
    "--show-actions",
    "--json=actions.json",
    "mirage.2.9.1",
    "lwt.2.6.0",
    "core.113.33.02+4.03"
  ],
```

View the changeset: https://github.com/avsm/opam/compare/20a5bc03345f^...42ae9eb60781

View the full build log and details: https://travis-ci.org/avsm/opam/builds/182558448

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ocaml.org/pipermail/opam-commits/attachments/20161209/cefc33ff/attachment.html>


More information about the Opam-commits mailing list