Skip to content
This repository was archived by the owner on Jan 26, 2020. It is now read-only.

Commit 90d4396

Browse files
committed
Quote NodeJS version strings
1 parent 1b77630 commit 90d4396

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
3-
- 0.8
4-
- 0.10
3+
- "0.10"
4+
- "0.8"
5+
56
notifications:
67
email:
78
recipients:

0 commit comments

Comments
 (0)