chore: try and remove travis to use github CI instead

This commit is contained in:
Simon Cruanes 2020-11-10 12:52:30 -05:00
parent 26df938968
commit af05520e3b
2 changed files with 1 additions and 25 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/