-
Notifications
You must be signed in to change notification settings - Fork 124
/
.travis.yml
47 lines (42 loc) · 985 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
45
46
before_script:
- mysql -e 'create database activeuuid_test;'
- psql -c 'create database activeuuid_test;' -U postgres
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
- rbx-2
- jruby
gemfile:
- Gemfile
- gemfiles/Gemfile.rails-3-1
- gemfiles/Gemfile.rails-3-2
- gemfiles/Gemfile.rails-4-0
- gemfiles/Gemfile.rails-4-1
- gemfiles/Gemfile.rails-4-2
- gemfiles/Gemfile.rails-head
env:
- DB=sqlite3
- DB=mysql
- DB=postgresql
matrix:
allow_failures:
- gemfile: gemfiles/Gemfile.rails-head
exclude:
- rvm: 2.2.0
gemfile: gemfiles/Gemfile.rails-3-1
- rvm: 2.2.0
gemfile: gemfiles/Gemfile.rails-3-2
- rvm: jruby
gemfile: gemfiles/Gemfile.rails-3-1
env: DB=postgresql
- rvm: jruby
gemfile: gemfiles/Gemfile.rails-3-2
env: DB=postgresql
- rvm: jruby
gemfile: gemfiles/Gemfile.rails-4-0
env: DB=postgresql
- rvm: jruby
gemfile: gemfiles/Gemfile.rails-4-1
env: DB=postgresql