File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -31,27 +31,6 @@ before_script:
31
31
32
32
script : " script/run_build 2>&1"
33
33
34
- rvm :
35
- - 1.8.7
36
- - 2.3.1
37
- - 2.2
38
- - 2.1
39
- - 2.0.0
40
- - 1.9.3
41
- - 1.9.2
42
-
43
- env :
44
- - RAILS_VERSION='~> 4.2.0'
45
- - RAILS_VERSION=4-2-stable
46
- - RAILS_VERSION='~> 4.1.0'
47
- - RAILS_VERSION=4-1-stable
48
- - RAILS_VERSION='~> 4.0.4'
49
- - RAILS_VERSION=4-0-stable
50
- - RAILS_VERSION='~> 3.2.17'
51
- - RAILS_VERSION=3-2-stable
52
- - RAILS_VERSION='~> 3.1.12'
53
- - RAILS_VERSION='~> 3.0.20'
54
-
55
34
matrix :
56
35
include :
57
36
# Rails 5.x only supports 2.2+
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ function run_cukes {
5
5
function run_additional_specs {
6
6
bin/rake generate:app generate:stuff
7
7
pushd tmp/example_app
8
+ cat Gemfile
9
+ cat Gemfile.lock
8
10
bundle exec rspec
9
11
popd
10
12
}
You can’t perform that action at this time.
0 commit comments