From 81b2ee99634caa612d183f90044557b5e64e8b41 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Tue, 16 Jan 2018 01:46:33 +0100 Subject: [PATCH] travis --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8227077 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: c +install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh +script: bash -ex .travis-opam.sh +sudo: required +env: + global: + - PACKAGE="albatross" + matrix: + - OCAML_VERSION=4.04 + - OCAML_VERSION=4.05 + - OCAML_VERSION=4.06 +notifications: + email: false