Skip to content

Commit

Permalink
refinements for CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenenglish committed Oct 22, 2020
1 parent ea73e85 commit 782b942
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ matrix:
include:
- rvm: 2.6.6
env: "RAILS_VERSION=6.0.3.4"
- rvm: 2.5.8
env: "RAILS_VERSION=6.0.3.2"
fast_finish: true
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def insert_to_assets
end

def copy_yml_files
generate 'commonwealth_vlr_engine:yml', options[:force]
generate "commonwealth_vlr_engine:yml#{ ' --force' if options[:force]}"
end

def insert_to_controllers
Expand Down

0 comments on commit 782b942

Please sign in to comment.