Build: Use double quotes in .travis.yml

.travis.yml used single quotes which is inconsistent with what we use in most
other files. Also, the file was missing an empty line at the end.
This commit is contained in:
Michał Gołębiowski 2015-09-11 21:35:10 +02:00
parent 250a1990ba
commit 06320c88af

View File

@ -1,6 +1,7 @@
language: node_js
sudo: false
node_js:
- '0.10'
- '0.12'
- '4'
- "0.10"
- "0.12"
- "4"