mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
chore: try and remove travis to use github CI instead
This commit is contained in:
parent
26df938968
commit
af05520e3b
2 changed files with 1 additions and 25 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
24
.travis.yml
24
.travis.yml
|
|
@ -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/
|
||||
Loading…
Add table
Reference in a new issue