File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 5
5
- 1.9.3 # when removed, get rid of the before_script hack and also the one in application_generator.rb
6
6
- 2.0.0
7
7
- 2.1.10
8
- - 2.2.7
9
- - 2.3.4
10
- - 2.4.1
8
+ - 2.2.10
9
+ - 2.3.7
10
+ - 2.4.4
11
+ - 2.5.1
11
12
- ruby-head
12
13
env :
13
14
- RAILS_VERSION="~> 4.2.0"
14
15
- RAILS_VERSION="~> 5.0.0"
15
16
- RAILS_VERSION="~> 5.1.0"
17
+ - RAILS_VERSION="~> 5.2.0"
16
18
matrix :
17
19
exclude : # Rails 5 is incompatible with Ruby < 2.2.2
18
20
- rvm : 1.9.3
@@ -27,6 +29,12 @@ matrix:
27
29
env : RAILS_VERSION="~> 5.1.0"
28
30
- rvm : 2.1.10
29
31
env : RAILS_VERSION="~> 5.1.0"
32
+ - rvm : 1.9.3
33
+ env : RAILS_VERSION="~> 5.2.0"
34
+ - rvm : 2.0.0
35
+ env : RAILS_VERSION="~> 5.2.0"
36
+ - rvm : 2.1.10
37
+ env : RAILS_VERSION="~> 5.2.0"
30
38
allow_failures :
31
39
- rvm : ruby-head
32
40
fast_finish : true
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def generate_files
48
48
49
49
@version = RailsVersion . new ( `ruby -e 'puts Gem::Specification.find_by_name("rails", "#{ version_constraint } ").version'` . chomp )
50
50
51
- skips = %w( --skip-bundle --skip-javascript --skip-sprockets --skip-spring )
51
+ skips = %w( --skip-bundle --skip-javascript --skip-sprockets --skip-spring --skip-listen --skip-system-test )
52
52
53
53
system ( "rails _#{ version } _ new #{ application . root } #{ skips . join ( ' ' ) } " )
54
54
raise "application generation failed" unless application . exists?
You can’t perform that action at this time.
0 commit comments