jquery/.travis.yml
Michał Gołębiowski 1e60327e31 Revert "Build: remove node .10 from travis"
This reverts commit 498fd24f38.

Node 0.10 has updated its npm to v2 so most issues with it should be resolved
now.
2016-04-27 01:22:36 +02:00

9 lines
75 B
YAML

language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"