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