diff options
| author | FotoVerite <[email protected]> | 2014-09-14 08:30:37 +0200 |
|---|---|---|
| committer | FotoVerite <[email protected]> | 2014-09-14 08:30:37 +0200 |
| commit | b8f2d186330276e35735426fd93f57fb044346b0 (patch) | |
| tree | b3bf343574983d0451f87b79abb5be2e4ab9ad3a | |
| parent | e9385ef79281034cc1f4df1a52c8a0cb2e4e4f4d (diff) | |
| download | faker-b8f2d186330276e35735426fd93f57fb044346b0.tar.xz faker-b8f2d186330276e35735426fd93f57fb044346b0.zip | |
[docs] Adds badge to Readme and turns off 0.8 testing for the moment.
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | Readme.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b8fe41eb..2a50663e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: node_js node_js: - "0.11" - "0.10" - - "0.8"
\ No newline at end of file +# - "0.8"
\ No newline at end of file @@ -1,6 +1,8 @@ # faker.js - generate massive amounts of fake data in the browser and node.js <img src = "http://imgur.com/KiinQ.png" border = "0"> +[](https://travis-ci.org/Marak/Faker.js) + ## USAGE ### browser - |
