forked from wvanbergen/scoped_search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (39 loc) · 845 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
script: bundle exec rake
before_script:
- psql -c 'create database scoped_search_test;' -U postgres
- mysql -e 'create database scoped_search_test;'
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- ree
- jruby-18mode
- jruby-19mode
- jruby-head
gemfile:
- Gemfile.activerecord2
- Gemfile.activerecord3
matrix:
include:
- rvm: 1.9.3
gemfile: Gemfile.activerecord4
- rvm: 2.0.0
gemfile: Gemfile.activerecord4
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-18mode
- rvm: jruby-19mode
exclude:
- rvm: jruby-18mode
gemfile: Gemfile.activerecord2
- rvm: jruby-19mode
gemfile: Gemfile.activerecord2
- rvm: jruby-head
gemfile: Gemfile.activerecord2
- rvm: jruby-head
gemfile: Gemfile.activerecord2
- rvm: ree