.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
Stephen Paul Weber created
.builds/debian-stable.yml | 2 +-
.builds/ubuntu-lts.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -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
@@ -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