Merge branch 'wip-ci-2020-11-10'

This commit is contained in:
Simon Cruanes 2020-12-04 17:48:03 -05:00
commit f3e808e870
3 changed files with 2 additions and 26 deletions

View file

@ -6,7 +6,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest] os: [macos-latest, ubuntu-latest, windows-latest]
ocaml: [ '4.08.0' ] ocaml: [ '4.08.0', '4.03.0', '4.11.0' ]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@main - uses: actions/checkout@main

View file

@ -1,24 +0,0 @@
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="containers:. containers-data:. containers-thread:."
- DISTRO="ubuntu-16.04"
matrix:
- PACKAGE="containers" OCAML_VERSION="4.03"
#- PACKAGE="containers" OCAML_VERSION="4.04"
#- PACKAGE="containers" OCAML_VERSION="4.05"
- PACKAGE="containers" OCAML_VERSION="4.06"
#- PACKAGE="containers" OCAML_VERSION="4.07"
- PACKAGE="containers" OCAML_VERSION="4.08"
- PACKAGE="containers" OCAML_VERSION="4.09" TESTS=false
- PACKAGE="containers" OCAML_VERSION="4.10" TESTS=false
- PACKAGE="containers-data" OCAML_VERSION="4.08"
- PACKAGE="containers-thread" OCAML_VERSION="4.08"
- PACKAGE="containers" OCAML_VERSION="4.11.0"
cache:
directories:
- $HOME/.opam/

View file

@ -1,4 +1,4 @@
# OCaml-containers 📦 [![Build Status](https://travis-ci.org/c-cube/ocaml-containers.svg?branch=master)](https://travis-ci.org/c-cube/ocaml-containers) ![build gh](https://github.com/c-cube/ocaml-containers/workflows/build/badge.svg) # OCaml-containers 📦 ![build](https://github.com/c-cube/ocaml-containers/workflows/build/badge.svg)
A modular, clean and powerful extension of the OCaml standard library. A modular, clean and powerful extension of the OCaml standard library.