Skip to content

Commit

Permalink
Merge branch 'wip-ci-2020-11-10'
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Dec 4, 2020
2 parents 133aed6 + 60eee78 commit f3e808e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
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 }}
steps:
- uses: actions/checkout@main
Expand Down
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit f3e808e

Please sign in to comment.