File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,23 @@ cache: bundler
2
2
sudo : false
3
3
language : ruby
4
4
rvm :
5
+ - 2.3.1
6
+ - 2.2.5
5
7
- 2.0
6
- - 2.2.3
7
8
- jruby-head
8
9
- rbx
9
10
10
11
gemfile :
11
12
- gemfiles/activerecord_4.1.gemfile
12
13
- gemfiles/activerecord_4.2.gemfile
13
- - gemfiles/activerecord_5.0.rc1. gemfile
14
+ - gemfiles/activerecord_5.0.gemfile
14
15
- gemfiles/activerecord_edge.gemfile
15
16
16
17
env :
17
18
- DB=sqlite
18
19
- DB=mysql
19
20
- DB=postgresql
20
21
21
- # addons:
22
- # postgresql: "9.3"
23
-
24
22
script : WITH_ADVISORY_LOCK_PREFIX=$TRAVIS_JOB_ID bundle exec rake --trace spec:all
25
23
26
24
matrix :
@@ -32,3 +30,5 @@ matrix:
32
30
exclude :
33
31
- rvm : ruby-head
34
32
gemfile : gemfiles/activerecord_4.1.gemfile
33
+ - rvm : 2.0
34
+ gemfile : gemfiles/activerecord_5.0.gemfile
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
- gem "activerecord", "~> 5.0.0.rc1"
6
- gem "actionpack", "~> 5.0.0.rc1"
7
- gem "railties", "~> 5.0.0.rc1"
8
- gem "rspec-rails", ">= 3.5.0.beta4"
5
+ gem "activerecord", "~> 5.0.0"
9
6
10
7
platforms :ruby, :rbx do
11
8
gem "mysql2"
You can’t perform that action at this time.
0 commit comments