diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-11-16 10:18:52 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-11-16 10:18:52 +0100 |
commit | 8df6bdca89a0fce90015340d57b3f70292083c42 (patch) | |
tree | 791713d4bb9e81e747e64de46f3ecfc372f5d181 | |
parent | f9df7545ad0d3a0c1fb08e1442fe99cf286cd1cc (diff) | |
download | gitbook-8df6bdca89a0fce90015340d57b3f70292083c42.zip gitbook-8df6bdca89a0fce90015340d57b3f70292083c42.tar.gz gitbook-8df6bdca89a0fce90015340d57b3f70292083c42.tar.bz2 |
Update node version for travis and appveyor tests
-rw-r--r-- | .travis.yml | 3 | ||||
-rw-r--r-- | appveyor.yml | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 8f788a4..6326f67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ sudo: false language: node_js node_js: + - "stable" - "4.1" - "0.12" - - "0.11" - - "0.10" before_install: - npm install svgexport -g diff --git a/appveyor.yml b/appveyor.yml index c1cd721..b679777 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,8 @@ init: # Test against these versions of Node.js. environment: matrix: - - nodejs_version: "0.10" - - nodejs_version: "0.11" + - nodejs_version: "0.12" + - nodejs_version: "4.1" # Install scripts. (runs after repo cloning) install: |