diff options
author | daurnimator <quae@daurnimator.com> | 2018-04-02 13:46:43 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-04-02 13:46:43 +1000 |
commit | d1ef522d56aaab62f64adadb22a2e754dce43167 (patch) | |
tree | ddd3a78bb507af13c6ea6094de32cc78a71d3826 /.travis.yml | |
parent | 7b81adb41b049ca968217de349f6ed0814ba0b27 (diff) | |
download | fengari-d1ef522d56aaab62f64adadb22a2e754dce43167.tar.gz fengari-d1ef522d56aaab62f64adadb22a2e754dce43167.tar.bz2 fengari-d1ef522d56aaab62f64adadb22a2e754dce43167.zip |
.travis.yml: Add node 6 to test matrix
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1a05b82..4e3940c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ cache: yarn matrix: include: + - node_js: 6 - node_js: 8 - node_js: node |