opam-version: "2.0"
maintainer: "Ivan Gotovchits <ivg@ieee.org>"
homepage: "https://travis-ci.org/"
authors: "Ivan Gotovchits <ivg@ieee.org>"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
build: [
  ["sh" "-x" "configure" os]
]
synopsis: "Detect Travis CI and lift its environment to opam"
description: """
This package will expose variable an environment variable
`TRAVIS_<VAR>` as an opam variable `conf-env-travis:<var>`, e.g.,
`TRAVIS_OS_NAME` can be accessed as `conf-env-travis:os_name`.

A variable `active` would be set to true, if travis environment was
detected.  All variables except `active` are delimited with quotes."""
extra-files: ["configure" "md5=c86f65c0f9cc790c542f27798a7989cd"]
flags: conf
