Build configuration.

This commit is contained in:
Podkopaev Anton 2018-02-19 15:53:48 +03:00
parent 84af2a21f5
commit 0efcc73bea
2 changed files with 36 additions and 0 deletions

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: c
sudo: required
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.06
os:
- linux