Skip to content

Commit

Permalink
Add Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
naholyr committed Nov 14, 2012
1 parent 7716a06 commit 5fdbfd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: "node_js"
node_js:
- 0.6
- 0.8
- 0.9

2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
js-php-unserialize
==================

[![Build Status](https://secure.travis-ci.org/naholyr/js-php-unserialize.png)](http://travis-ci.org/naholyr/js-php-unserialize)

JavaScript tool to unserialize data taken from PHP. It can parse "serialize()" output, or even serialized sessions data.

Credits
Expand Down

0 comments on commit 5fdbfd5

Please sign in to comment.