Skip to content

Commit 06320c8

Browse files
committed
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.
1 parent 250a199 commit 06320c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- '0.10'
5-
- '0.12'
6-
- '4'
4+
- "0.10"
5+
- "0.12"
6+
- "4"
7+

0 commit comments

Comments
 (0)