diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-10-05 23:06:46 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-10-05 23:06:46 +0200 |
commit | bcb224d1cb0add4285538f03956f6f6a1574e49a (patch) | |
tree | 910eb996007ce3291b21ef3b3016194ccd482af5 | |
parent | f0c97756de12cae8205e1ee8a513954337aa18e8 (diff) | |
download | gitbook-bcb224d1cb0add4285538f03956f6f6a1574e49a.zip gitbook-bcb224d1cb0add4285538f03956f6f6a1574e49a.tar.gz gitbook-bcb224d1cb0add4285538f03956f6f6a1574e49a.tar.bz2 |
Add more node.js versions to travis-ci
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ecf9a3f..8f788a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ sudo: false language: node_js node_js: + - "4.1" + - "0.12" - "0.11" - "0.10" before_install: - - npm install svgexport -g
\ No newline at end of file + - npm install svgexport -g |