Skip to content

Commit 2e8663c

Browse files
committed
Quote version numbers in CI config.
1 parent f3e8e31 commit 2e8663c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: node_js
22
node_js:
3-
- 9
4-
- 8
5-
- 6
6-
- 4
7-
- 0.12
8-
- 0.10
9-
- 0.8
10-
- 0.6
3+
- '9'
4+
- '8'
5+
- '6'
6+
- '4'
7+
- '0.12'
8+
- '0.10'
9+
- '0.8'
10+
- '0.6'
1111
before_install:
1212
- 'nvm install-latest-npm'
1313
install:

0 commit comments

Comments
 (0)