Browse Source

put 0.12 back in the build matrix

gh-953
Rich-Harris 8 years ago
parent
commit
b76f7b03ce
  1. 1
      .travis.yml
  2. 1
      appveyor.yml

1
.travis.yml

@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- "0.12"
- "4"
- "6"
env:

1
appveyor.yml

@ -10,6 +10,7 @@ init:
environment:
matrix:
# node.js
- nodejs_version: 0.12
- nodejs_version: 4
- nodejs_version: 6

Loading…
Cancel
Save