21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-26 14:00:50 +02:00

Travis: compile webpack assets before tests

This commit is contained in:
Jérémy Lecour 2019-08-17 12:32:28 +02:00
parent b32d931a2b
commit 51cd897e53

View file

@ -35,6 +35,7 @@ install:
- bundle install
- yarn install
- rails db:create db:migrate
- bundle exec rails webpacker:compile
script:
- bundle exec rubocop