aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bergman <[email protected]>2014-02-17 12:47:33 -0500
committerMatthew Bergman <[email protected]>2014-02-17 12:47:33 -0500
commitcf06cdc99c2f71815d95bff8960e8f45b3a1ee38 (patch)
tree3727a432caf16117a2c72f2e3076c82a48fed167
parent2ad8453a2658f45ae2d99a0407cd7f97d6c985c1 (diff)
parent550f908b946744f6c51d538de72f9f4043bb6edb (diff)
downloadfaker-cf06cdc99c2f71815d95bff8960e8f45b3a1ee38.tar.xz
faker-cf06cdc99c2f71815d95bff8960e8f45b3a1ee38.zip
Merge pull request #65 from dmamills/master
add travis file
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..1cbca686
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: node_js
+
+node_js:
+ - 0.8
+ - 0.10