Merge branch 'master' of github.com:Gbury/mSAT

This commit is contained in:
Guillaume Bury 2018-01-30 17:05:19 +01:00
commit 7cd541b243

View file

@ -1,6 +1,6 @@
language: c language: c
env: env:
# Check that funarith installs correctly with and without its test dependencies using opam # Check that the package installs correctly with and without its test dependencies using opam
- TO_TEST=install OPAMBUILDTEST=false OCAML_VERSION=4.03.0 - TO_TEST=install OPAMBUILDTEST=false OCAML_VERSION=4.03.0
- TO_TEST=install OPAMBUILDTEST=true OCAML_VERSION=4.03.0 - TO_TEST=install OPAMBUILDTEST=true OCAML_VERSION=4.03.0
# Check build and unit tests # Check build and unit tests