jquery/.travis.yml
Michał Gołębiowski-Owczarek 3e902a8120
Build: Test on Node.js 9
Closes gh-3840
2017-11-06 23:14:22 +01:00

8 lines
63 B
YAML

language: node_js
sudo: false
node_js:
- "4"
- "6"
- "8"
- "9"