forked from nertzy/pg_search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (40 loc) · 1.09 KB
/
.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
45
46
language: ruby
sudo: false
rvm:
- "1.9"
- "2.0"
- "2.1"
- "2.2"
- jruby-19mode
env:
- ACTIVE_RECORD_BRANCH="master"
- ACTIVE_RECORD_BRANCH="4-2-stable"
- ACTIVE_RECORD_BRANCH="4-1-stable"
- ACTIVE_RECORD_BRANCH="4-0-stable"
- ACTIVE_RECORD_VERSION="~> 4.2.0"
- ACTIVE_RECORD_VERSION="~> 4.1.0"
- ACTIVE_RECORD_VERSION="~> 4.0.0"
- ACTIVE_RECORD_VERSION="~> 3.2.0"
- ACTIVE_RECORD_VERSION="~> 3.1.0"
matrix:
allow_failures:
- rvm: jruby-19mode
- env: ACTIVE_RECORD_BRANCH="master"
- env: ACTIVE_RECORD_BRANCH="4-2-stable"
- env: ACTIVE_RECORD_BRANCH="4-1-stable"
- env: ACTIVE_RECORD_BRANCH="4-0-stable"
exclude:
- rvm: "1.9"
env: ACTIVE_RECORD_BRANCH="master"
- rvm: "2.0"
env: ACTIVE_RECORD_BRANCH="master"
- rvm: "2.1"
env: ACTIVE_RECORD_BRANCH="master"
- rvm: jruby-19mode
env: ACTIVE_RECORD_BRANCH="master"
before_script:
- "psql -c 'create database pg_search_test;' -U postgres >/dev/null"
script: "bin/rake"
addons:
code_climate:
repo_token: 0a0e3e45118bc447e677d52c21d056a5471c4921d54f96ed7b2550d9fc5043ea