Use rubocop from bundler for now

Stephen Paul Weber created

Change summary

.builds/debian-stable.yml | 2 +-
.builds/ubuntu-lts.yml    | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

.builds/debian-stable.yml 🔗

@@ -16,7 +16,7 @@ tasks:
     bundle install --without=development --path=.gems
 - lint: |
     cd sgx-jmp
-    rubocop
+    bundle exec rake lint
 - test: |
     cd sgx-jmp
     RANTLY_COUNT=100 bundle exec rake test

.builds/ubuntu-lts.yml 🔗

@@ -16,7 +16,7 @@ tasks:
     bundle install --without=development --path=.gems
 - lint: |
     cd sgx-jmp
-    rubocop
+    bundle exec rake lint
 - test: |
     cd sgx-jmp
     RANTLY_COUNT=100 bundle exec rake test