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 55 - 1.9.3 # when removed, get rid of the before_script hack and also the one in application_generator.rb
66 - 2.0.0
77 - 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
1112 - ruby-head
1213env :
1314 - RAILS_VERSION="~> 4.2.0"
1415 - RAILS_VERSION="~> 5.0.0"
1516 - RAILS_VERSION="~> 5.1.0"
17+ - RAILS_VERSION="~> 5.2.0"
1618matrix :
1719 exclude : # Rails 5 is incompatible with Ruby < 2.2.2
1820 - rvm : 1.9.3
@@ -27,6 +29,12 @@ matrix:
2729 env : RAILS_VERSION="~> 5.1.0"
2830 - rvm : 2.1.10
2931 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"
3038 allow_failures :
3139 - rvm : ruby-head
3240 fast_finish : true
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def generate_files
4848
4949 @version = RailsVersion . new ( `ruby -e 'puts Gem::Specification.find_by_name("rails", "#{ version_constraint } ").version'` . chomp )
5050
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 )
5252
5353 system ( "rails _#{ version } _ new #{ application . root } #{ skips . join ( ' ' ) } " )
5454 raise "application generation failed" unless application . exists?
You can’t perform that action at this time.
0 commit comments