-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.travis.yml
More file actions
28 lines (25 loc) · 887 Bytes
/
.travis.yml
File metadata and controls
28 lines (25 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: c
sudo: required
dist: trusty
group: edge
cache: apt
os:
- linux
services:
- docker
env:
- TAG=centos7_ocaml4.06.0 OS=centos:7 ALIAS='centos_ocaml4.06.0'
- TAG=centos7_ocaml4.05.0 OS=centos:7 ALIAS='centos_ocaml4.05.0'
- TAG=centos7_ocaml4.04.1 OS=centos:7 ALIAS='centos_ocaml4.04.1'
- TAG=debian8_ocaml4.06.0 OS=debian:8 ALIAS='debian_ocaml4.06.0 4.06.0'
- TAG=debian8_ocaml4.05.0 OS=debian:8 ALIAS='debian_ocaml4.05.0 4.05.0'
- TAG=debian8_ocaml4.04.1 OS=debian:8 ALIAS='debian_ocaml4.04.1 4.04.1 latest'
matrix:
allow_failures:
- env: TAG=centos7_ocaml4.06.0 OS=centos:7 ALIAS='centos_ocaml4.06.0'
- env: TAG=debian8_ocaml4.06.0 OS=debian:8 ALIAS='debian_ocaml4.06.0 4.06.0'
before_script:
- docker run -d --name mysql -e MYSQL_ALLOW_EMPTY_PASSWORD=yes mysql
- docker run -d --name postgres postgres:alpine
script:
- bash -eu travis-ci.sh