Skip to content

Commit

Permalink
Add CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Dec 14, 2017
1 parent 5b4cff7 commit 6039d4f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# ################################################################################################ #
# MetaStack Solutions Ltd. #
# ################################################################################################ #
# BitMask Sets #
# ################################################################################################ #
# Copyright (c) 2017 MetaStack Solutions Ltd. #
# ################################################################################################ #
# Author: David Allsopp #
# 14-Dec-2017 #
# ################################################################################################ #
# Redistribution and use in source and binary forms, with or without modification, are permitted #
# provided that the following two conditions are met: #
# 1. Redistributions of source code must retain the above copyright notice, this list of #
# conditions and the following disclaimer. #
# 2. Neither the name of MetaStack Solutions Ltd. nor the names of its contributors may be #
# used to endorse or promote products derived from this software without specific prior #
# written permission. #
# #
# This software is provided by the Copyright Holder 'as is' and any express or implied warranties #
# including, but not limited to, the implied warranties of merchantability and fitness for a #
# particular purpose are disclaimed. In no event shall the Copyright Holder be liable for any #
# direct, indirect, incidental, special, exemplary, or consequential damages (including, but not #
# limited to, procurement of substitute goods or services; loss of use, data, or profits; or #
# business interruption) however caused and on any theory of liability, whether in contract, #
# strict liability, or tort (including negligence or otherwise) arising in any way out of the use #
# of this software, even if advised of the possibility of such damage. #
# ################################################################################################ #

sudo: required
language: c
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
- OCAML_VERSION=4.02
- OCAML_VERSION=4.03
- OCAML_VERSION=4.04
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
os:
- linux
- osx

0 comments on commit 6039d4f

Please sign in to comment.