2016-02-18 07:11:59 -08:00
|
|
|
#**************************************************************************
|
|
|
|
#* *
|
|
|
|
#* OCaml *
|
|
|
|
#* *
|
|
|
|
#* Anil Madhavapeddy, OCaml Labs *
|
|
|
|
#* *
|
|
|
|
#* Copyright 2014 Institut National de Recherche en Informatique et *
|
|
|
|
#* en Automatique. *
|
|
|
|
#* *
|
|
|
|
#* All rights reserved. This file is distributed under the terms of *
|
|
|
|
#* the GNU Lesser General Public License version 2.1, with the *
|
|
|
|
#* special exception on linking described in the file LICENSE. *
|
|
|
|
#* *
|
|
|
|
#**************************************************************************
|
2015-09-11 04:58:31 -07:00
|
|
|
|
2015-11-27 03:48:29 -08:00
|
|
|
sudo: false
|
2014-05-01 03:30:21 -07:00
|
|
|
language: c
|
2016-01-02 01:52:59 -08:00
|
|
|
git:
|
|
|
|
submodules: false
|
2014-05-01 03:30:21 -07:00
|
|
|
script: bash -ex .travis-ci.sh
|
2015-11-27 03:48:29 -08:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- env: CI_KIND=build XARCH=i386
|
2016-01-22 07:19:41 -08:00
|
|
|
- env: CI_KIND=build XARCH=i386 CONFIG_ARG=-flambda
|
2015-11-27 03:48:29 -08:00
|
|
|
- env: CI_KIND=changes
|
|
|
|
- env: CI_KIND=tests
|
|
|
|
allow_failures:
|
|
|
|
- env: CI_KIND=changes
|
|
|
|
- env: CI_KIND=tests
|