diff options
| author | FotoVerite <[email protected]> | 2014-02-17 21:49:59 -0500 |
|---|---|---|
| committer | FotoVerite <[email protected]> | 2014-02-17 21:49:59 -0500 |
| commit | eebd0f17ce187cc4d2c36822c8b981cd762d9be3 (patch) | |
| tree | e6100f444115d0b3b8781f471a35cc454ca6cd05 | |
| parent | 4faa4a14439d2b148c73acf82eb9cd12a63796e9 (diff) | |
| download | faker-eebd0f17ce187cc4d2c36822c8b981cd762d9be3.tar.xz faker-eebd0f17ce187cc4d2c36822c8b981cd762d9be3.zip | |
fixes travis.yml to actually run.
| -rw-r--r-- | .travis.yml | 7 |
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 |
