mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-07 21:55:12 +08:00
Update to match Ruby style guide
This commit is contained in:
@ -32,8 +32,8 @@ task :summary do
|
||||
end
|
||||
|
||||
desc 'Build and test Unity'
|
||||
task all: %i[clean unit summary]
|
||||
task default: %i[clobber all]
|
||||
task all: %i(clean unit summary)
|
||||
task default: %i(clobber all)
|
||||
task ci: [:default]
|
||||
task cruise: [:default]
|
||||
|
||||
|
Reference in New Issue
Block a user