]> source.dussan.org Git - jquery.git/commitdiff
Build: Use double quotes in .travis.yml
authorMichał Gołębiowski <m.goleb@gmail.com>
Fri, 11 Sep 2015 19:35:10 +0000 (21:35 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Fri, 11 Sep 2015 19:35:22 +0000 (21:35 +0200)
.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.

.travis.yml

index bbbd62b978b0e9f56f00fb507595e6c3203ff54f..0af8ea1c190282704430ce948574311e26a53d08 100644 (file)
@@ -1,6 +1,7 @@
 language: node_js
 sudo: false
 node_js:
-- '0.10'
-- '0.12'
-- '4'
+- "0.10"
+- "0.12"
+- "4"
+