1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 17:29:50 +01:00

Merge pull request #20 from cedriclombardot/feat-travis

Connect tests to travis
This commit is contained in:
Francois Zaninotto 2011-11-13 12:03:02 -08:00
commit 10376e4542
2 changed files with 5 additions and 2 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: php
php: 5.3
script: phpunit

View File

@ -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.
Faker is released under the MIT Licence. See the bundled LICENSE file for details.