Skip to content

Commit

Permalink
chore: add travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Oct 13, 2018
1 parent 67e7e8b commit a4deb1c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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="smbc:."
- DISTRO="ubuntu-16.04"
matrix:
#- PACKAGE="logitest" OCAML_VERSION="4.02"
- PACKAGE="smbc" OCAML_VERSION="4.03"
- PACKAGE="smbc" OCAML_VERSION="4.04"
- PACKAGE="smbc" OCAML_VERSION="4.05"
- PACKAGE="smbc" OCAML_VERSION="4.06"

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# SMBC


[![build status](https://travis-ci.org/c-cube/smbc.svg?branch=master "build status")](https://travis-ci.org/c-cube/smbc)

Experimental model finder/SMT solver for functional programming.

The underlying algorithm is described in [a 2016 paper](https://hal.inria.fr/hal-01572531).
Expand Down

0 comments on commit a4deb1c

Please sign in to comment.