Browse Source

Update the Node.js version used by Travis, to prevent deprecation warnings in the output

Jonas Jenwald 10 years ago
parent
commit
81e86c4e3d
  1. 2
      .travis.yml

2
.travis.yml

@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
language: node_js
node_js:
- "0.10"
- "0.12"

Loading…
Cancel
Save