Skip to content

Commit

Permalink
DEV: Fix our Travis build (#455)
Browse files Browse the repository at this point in the history
* Fix travis

* Remove ruby 2.4 from travis
  • Loading branch information
OsamaSayegh committed Jul 14, 2020
1 parent 7ad4279 commit 60fb0d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@
language: ruby
cache: bundler
rvm:
- 2.4
- 2.5
- 2.6
before_install:
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/webpacker.yml
@@ -1,2 +1,2 @@
development:
test:
public_output_path: some/assets/path
1 change: 1 addition & 0 deletions spec/integration/railtie_methods_spec.rb
Expand Up @@ -181,6 +181,7 @@ def to_seconds(array)

it '#get_webpacker_assets_path returns webpacker public_output_path if webpacker exists' do
expect(described_class.get_webpacker_assets_path()).to eq(nil)
ENV['RAILS_ENV'] = 'test'
require 'rails'
require 'webpacker'
tmp_path = Pathname.new("/tmp/rails_root_#{SecureRandom.hex}")
Expand Down

0 comments on commit 60fb0d5

Please sign in to comment.