This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,20 @@
language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash -ex .travis-docker.sh
sudo: false
services:
- docker
env:
global:
- DISTRO=alpine
- TESTS=true
- PACKAGE="duration"
matrix:
- OCAML_VERSION=4.09
- OCAML_VERSION=4.08
- OCAML_VERSION=4.07
- OCAML_VERSION=4.06
- OCAML_VERSION=4.05
- OCAML_VERSION=4.04
notifications:
email: false