From 89b0bbb595d4ac93de48a77ef7ca16f3cc93ff94 Mon Sep 17 00:00:00 2001 From: cedriclombardot Date: Sun, 13 Nov 2011 18:52:30 +0100 Subject: [PATCH] Connect tests to travis --- .travis.yml | 3 +++ readme.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..4b5b1b6b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: php +php: 5.3 +script: phpunit diff --git a/readme.md b/readme.md index a46c8c53..40526fd8 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Faker +# Faker ![build status](https://secure.travis-ci.org/fzaninotto/Faker.png)# Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you. @@ -504,4 +504,4 @@ Fugiat non in itaque sunt nobis totam. Sed nesciunt est deleniti cumque alias. R ## License -Faker is released under the MIT Licence. See the bundled LICENSE file for details. \ No newline at end of file +Faker is released under the MIT Licence. See the bundled LICENSE file for details.