-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |