2017-04-27 23:38:43 +08:00
|
|
|
env:
|
|
|
|
BOOTSNAP_PEDANTIC: '1'
|
|
|
|
|
2017-01-19 00:28:16 +08:00
|
|
|
up:
|
2024-04-04 18:01:27 +08:00
|
|
|
- ruby
|
2017-01-19 00:28:16 +08:00
|
|
|
- bundler
|
|
|
|
commands:
|
2017-12-08 03:20:34 +08:00
|
|
|
build: rake compile
|
2017-10-07 01:16:35 +08:00
|
|
|
test: 'rake compile && exec bin/testunit'
|
2017-10-07 01:31:34 +08:00
|
|
|
style: 'exec rubocop -D'
|