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:
commit
10376e4542
3
.travis.yml
Normal file
3
.travis.yml
Normal file
@ -0,0 +1,3 @@
|
||||
language: php
|
||||
php: 5.3
|
||||
script: phpunit
|
@ -1,4 +1,4 @@
|
||||
# Faker
|
||||
# Faker #
|
||||
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user