jquery/.travis.yml
Michał Gołębiowski cea94a83c7 Build: Remove a double empty line at the end of .travis.yml
The file already had an empty line at the end, I just can't see.

Refs 06320c88af
2015-09-11 21:44:54 +02:00

7 lines
63 B
YAML

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