aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFotoVerite <[email protected]>2014-02-17 21:49:59 -0500
committerFotoVerite <[email protected]>2014-02-17 21:49:59 -0500
commiteebd0f17ce187cc4d2c36822c8b981cd762d9be3 (patch)
treee6100f444115d0b3b8781f471a35cc454ca6cd05
parent4faa4a14439d2b148c73acf82eb9cd12a63796e9 (diff)
downloadfaker-eebd0f17ce187cc4d2c36822c8b981cd762d9be3.tar.xz
faker-eebd0f17ce187cc4d2c36822c8b981cd762d9be3.zip
fixes travis.yml to actually run.
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1cbca686..ec431251 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
language: node_js
-
node_js:
- - 0.8
- - 0.10
+ - "0.11"
+ - "0.10"
+ - "0.8"
+ - "0.6" \ No newline at end of file