Fixed some formatting errors

pull/751/head
Morgan Pretty 12 months ago
parent 7b06329454
commit 0464439e8d

@ -27,7 +27,7 @@ local xcpretty_commands = [
steps: [
{ name: 'submodules', commands: submodule_commands },
{ name: 'xcpretty', commands: xcpretty_commands },
{ name: 'pods', commands: 'pod install' },
{ name: 'pods', commands: ['pod install'] },
{
name: 'Run Unit Tests',
commands: [
@ -46,7 +46,7 @@ local xcpretty_commands = [
steps: [
{ name: 'submodules', commands: submodule_commands },
{ name: 'xcpretty', commands: xcpretty_commands },
{ name: 'pods', commands: 'pod install' },
{ name: 'pods', commands: ['pod install'] },
{
name: 'build',
commands: [
@ -66,7 +66,7 @@ local xcpretty_commands = [
// steps: [
// { name: 'submodules', commands: submodule_commands },
// { name: 'xcpretty', commands: xcpretty_commands },
// { name: 'pods', commands: 'pod install' },
// { name: 'pods', commands: ['pod install'] },
// {
// name: 'build',
// commands: [

Loading…
Cancel
Save