21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-28 06:50: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 - bundle install
- yarn install - yarn install
- rails db:create db:migrate - rails db:create db:migrate
- bundle exec rails webpacker:compile - rails webpacker:compile
script: script:
- bundle exec rubocop - bundle exec rubocop