Codebase list ocaml-qcheck / 9ac3591f-6ea1-456e-8f1c-e598085b38c9/main .travis.yml
9ac3591f-6ea1-456e-8f1c-e598085b38c9/main

Tree @9ac3591f-6ea1-456e-8f1c-e598085b38c9/main (Download .tar.gz)

.travis.yml @9ac3591f-6ea1-456e-8f1c-e598085b38c9/mainraw · history · blame

language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash -ex .travis-docker.sh
services:
- docker
env:
  global:
  - PINS="qcheck:. qcheck-core:. qcheck-ounit:. qcheck-alcotest:."
  - DISTRO="ubuntu-16.04"
  - PACKAGE="qcheck"
  - DEPOPTS="ounit alcotest"
  matrix:
    - OCAML_VERSION="4.03"
    #- OCAML_VERSION="4.04"
    #- OCAML_VERSION="4.05"
    - OCAML_VERSION="4.06"
    #- OCAML_VERSION="4.07"
    - OCAML_VERSION="4.08"
    #- OCAML_VERSION="4.09"
    - OCAML_VERSION="4.10"