diff options
| author | ChinCluBi <[email protected]> | 2016-08-12 14:21:48 +0700 |
|---|---|---|
| committer | ChinCluBi <[email protected]> | 2016-08-12 14:21:48 +0700 |
| commit | 223300a47409ef1a42b0e13aa720646b2ef7a789 (patch) | |
| tree | 7a52c944bac2196eec21ea2d4312792ece9037a5 | |
| parent | bc8ee47acecf2045f9bb4a504cd8494b8a7113e9 (diff) | |
| download | faker-223300a47409ef1a42b0e13aa720646b2ef7a789.tar.xz faker-223300a47409ef1a42b0e13aa720646b2ef7a789.zip | |
add node v6.x to travis environment
| -rwxr-xr-x | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index db29bd46..3d922b1f 100755 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ sudo: false language: node_js node_js: + - "6" - "5" - "5.1" - "4" |
