21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-27 22:40:49 +02:00

travis: no need to bundle exec

This commit is contained in:
Jérémy Lecour 2019-08-20 00:21:10 +02:00
parent 64a7032c35
commit 8534a5d351

View file

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