From 304e73aa1ef66dd518d112ff1345c5f012684bfa Mon Sep 17 00:00:00 2001 From: "Justin Craig-Kuhn (JCK)" Date: Thu, 5 Oct 2023 12:56:17 -0700 Subject: [PATCH] Compile assets before Travis tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c5b7eea1..4d47803d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ before_install: - psql -c 'create database phishin_test;' -U postgres - gem update --system --no-document - gem install bundler --no-document + - RAILS_ENV=test bundle exec rails shakapacker:compile install: bundle install script: - bundle exec rubocop