mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 04:05:43 -05:00
get rid of travis
This commit is contained in:
parent
9380622096
commit
a89f031fa0
2 changed files with 1 additions and 18 deletions
17
.travis.yml
17
.travis.yml
|
|
@ -1,17 +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="sidekick:. sidekick-arith:. sidekick-bin:."
|
|
||||||
- DISTRO="ubuntu-16.04"
|
|
||||||
matrix:
|
|
||||||
- PACKAGE="sidekick" CAML_VERSION="4.03"
|
|
||||||
- PACKAGE="sidekick" CAML_VERSION="4.06"
|
|
||||||
- PACKAGE="sidekick" CAML_VERSION="4.08"
|
|
||||||
- PACKAGE="sidekick" CAML_VERSION="4.10"
|
|
||||||
- PACKAGE="sidekick-arith" CAML_VERSION="4.03"
|
|
||||||
- PACKAGE="sidekick-arith" CAML_VERSION="4.10"
|
|
||||||
- PACKAGE="sidekick-bin" CAML_VERSION="4.06"
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Sidekick [](https://travis-ci.org/c-cube/sidekick) 
|
# Sidekick 
|
||||||
|
|
||||||
Sidekick is an OCaml library with a functor to create SMT solvers following
|
Sidekick is an OCaml library with a functor to create SMT solvers following
|
||||||
the CDCL(T) approach (so called "lazy SMT").
|
the CDCL(T) approach (so called "lazy SMT").
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue