forked from nertzy/pg_search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
39 lines (33 loc) · 881 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
language: ruby
sudo: false
bundler_args: --binstubs
before_install: gem install bundler
rvm:
- "2.5.3"
- "2.4.5"
- "2.3.8"
- "jruby-9.2.0.0"
env:
- ACTIVE_RECORD_BRANCH="master"
- ACTIVE_RECORD_BRANCH="5-2-stable"
- ACTIVE_RECORD_VERSION="~> 5.2.0"
- ACTIVE_RECORD_VERSION="~> 5.1.0"
- ACTIVE_RECORD_VERSION="~> 5.0.0"
- ACTIVE_RECORD_VERSION="~> 4.2.9"
matrix:
allow_failures:
- env: ACTIVE_RECORD_BRANCH="master"
- env: ACTIVE_RECORD_BRANCH="5-2-stable"
exclude:
- rvm: 2.3.8
env: ACTIVE_RECORD_BRANCH="master"
- rvm: jruby-9.2.0.0
env: ACTIVE_RECORD_VERSION="~> 4.2.9"
before_script:
- "psql --version"
- "psql -c 'create database pg_search_test;' -U postgres >/dev/null"
script: "bin/rake"
addons:
postgresql: "9.6"
code_climate:
repo_token: 0a0e3e45118bc447e677d52c21d056a5471c4921d54f96ed7b2550d9fc5043ea