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
1 changed files with 1 additions and 1 deletions

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