forked from jeremy/mysql2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.travis.yml
44 lines (44 loc) · 984 Bytes
/
.travis.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
dist: trusty
language: ruby
bundler_args: --without development
before_install:
- gem --version
- gem update bundler
- gem --version
- bash ci/setup.sh
matrix:
include:
- rvm: 2.4
env: DB=mariadb10.0
addons:
mariadb: 10.0
hosts:
- mysql2gem.example.com
- rvm: 2.4
env: DB=mariadb10.1
addons:
mariadb: 10.1
hosts:
- mysql2gem.example.com
- rvm: 2.4
env: DB=mariadb10.2
addons:
mariadb: 10.2
hosts:
- mysql2gem.example.com
- rvm: 2.4
env: DB=mariadb10.3
addons:
mariadb: 10.3
hosts:
- mysql2gem.example.com
- rvm: 2.4
env: DB=mysql55
addons:
hosts:
- mysql2gem.example.com
fast_finish: true
allow_failures:
# Allow failure due to a package repository not found for now.
# https://travis-ci.org/github/brianmario/mysql2/jobs/767276558#L1255
- env: DB=mysql55