jquery/.travis.yml
Michał Gołębiowski 5b4cb0d337 Build: Stop testing on Node.js 0.10
Node.js 0.10 loses upstream support today (see https://github.com/nodejs/LTS/)
so let's stop testing against it as well.
2016-10-31 18:38:35 +01:00

8 lines
66 B
YAML

language: node_js
sudo: false
node_js:
- "0.12"
- "4"
- "6"
- "7"