26 lines
1.0 KiB
YAML
26 lines
1.0 KiB
YAML
#########################################################################
|
|
# #
|
|
# 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 Q Public License version 1.0. #
|
|
# #
|
|
#########################################################################
|
|
|
|
sudo: false
|
|
language: c
|
|
git:
|
|
submodules: false
|
|
script: bash -ex .travis-ci.sh
|
|
matrix:
|
|
include:
|
|
- env: CI_KIND=build XARCH=i386
|
|
- env: CI_KIND=changes
|
|
- env: CI_KIND=tests
|
|
allow_failures:
|
|
- env: CI_KIND=changes
|
|
- env: CI_KIND=tests
|