forked from railsadminteam/rails_admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
59 lines (57 loc) · 1.45 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
47
48
49
50
51
52
53
54
55
56
57
58
59
bundler_args: "--without debug"
script: spec/ci.sh
rvm:
- 1.8.7
- 1.9.3
- jruby-18mode
env:
- "CI_DB_ADAPTER=sqlite3"
- "CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
- "CI_DB_ADAPTER=mysql"
gemfile:
- Gemfile
- Gemfile31
language: ruby
matrix:
exclude:
- rvm: 1.8.7
env: "CI_DB_ADAPTER=sqlite3"
gemfile: Gemfile
- rvm: 1.8.7
env: "CI_DB_ADAPTER=sqlite3"
gemfile: Gemfile31
- rvm: 1.8.7
env: "CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
gemfile: Gemfile
- rvm: 1.8.7
env: "CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
gemfile: Gemfile31
- rvm: 1.8.7
gemfile: Gemfile31
env: "CI_DB_ADAPTER=mysql"
- rvm: jruby-18mode
env: "CI_DB_ADAPTER=mysql"
gemfile: Gemfile
- rvm: jruby-18mode
env: "CI_DB_ADAPTER=mysql"
gemfile: Gemfile31
- rvm: jruby-18mode
env: "CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
gemfile: Gemfile
- rvm: jruby-18mode
env: "CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
gemfile: Gemfile31
- rvm: jruby-18mode
env: "CI_DB_ADAPTER=sqlite3"
gemfile: Gemfile31
- rvm: 1.9.3
env: "CI_DB_ADAPTER=mysql"
gemfile: Gemfile
- rvm: 1.9.3
env: "CI_DB_ADAPTER=mysql"
gemfile: Gemfile31
- rvm: 1.9.3
gemfile: Gemfile31
env: "CI_DB_ADAPTER=postgresql CI_DB_USERNAME=postgres"
notifications:
irc: "irc.freenode.org#railsadmin"