Skip to content

Commit 0f1c993

Browse files
committed
Remove ugly quotes from Travis versions
1 parent b74ced2 commit 0f1c993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- "6"
4-
- "8"
5-
- "10"
3+
- 6
4+
- 8
5+
- 10
66
env:
77
- CXX=g++-4.8
88
addons:

0 commit comments

Comments
 (0)