Skip to content

Commit

Permalink
Compile assets before Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Oct 5, 2023
1 parent e45f0cd commit 304e73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 304e73a

Please sign in to comment.