1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

- Generator will not change names by default

- Fixed some style issues.
This commit is contained in:
Mark VanderVoord
2017-06-25 13:58:31 -04:00
parent 3b69beaa58
commit c1bc32dc58
5 changed files with 10 additions and 10 deletions

View File

@@ -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]