env:
BOOTSNAP_PEDANTIC: '1'
up:
- ruby
- bundler
commands:
build: rake compile
test: 'rake compile && exec bin/testunit'
style: 'exec rubocop -D'