Updated Branches: refs/heads/develop 57c1ce09a -> 6933190b9
Added Travis-CI config file Signed-off-by: Ivan Habunek <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/logging-log4php/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4php/commit/6933190b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4php/tree/6933190b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4php/diff/6933190b Branch: refs/heads/develop Commit: 6933190b9cab9a318183b90d013bd2248ff1a68d Parents: 57c1ce0 Author: Ivan Habunek <[email protected]> Authored: Sun Dec 15 01:23:30 2013 +0100 Committer: Ivan Habunek <[email protected]> Committed: Sun Dec 15 01:23:30 2013 +0100 ---------------------------------------------------------------------- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4php/blob/6933190b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b4db4bd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: php + +php: + - 5.3 + - 5.4 + - 5.5 + +services: mongodb \ No newline at end of file
