Text files should end with a newline character.

This commit is contained in:
Andrés Montañez
2014-10-11 15:07:36 -02:00
parent aaf92d5001
commit 9653552be7
41 changed files with 41 additions and 47 deletions
@@ -34,4 +34,4 @@ tasks:
- privileges
- sampleTask
- sampleTaskRollbackAware
#post-deploy:
#post-deploy:
+1 -1
View File
@@ -5,4 +5,4 @@ notifications: true
logging: true
scm:
type: git
url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
+1 -1
View File
@@ -1 +1 @@
log-*
log-*
+1 -1
View File
@@ -14,4 +14,4 @@ class FailTask extends AbstractTask
{
return false;
}
}
}
@@ -17,4 +17,4 @@ class Privileges extends AbstractTask
return $result;
}
}
}
@@ -19,4 +19,4 @@ class SampleTaskRollbackAware extends AbstractTask implements RollbackAware
{
return true;
}
}
}
@@ -24,4 +24,4 @@ class TaskWithParameters extends AbstractTask
return false;
}
}
}
}