Skip to content

Commit 25ee6fc

Browse files
author
Thomas Parisot
committed
fix(travis_ci): converted node versions as string
It avoids the `0.1` version number in Travis builds. Cf. http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Choosing-Node-versions-to-test-against
1 parent efd561d commit 25ee6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- 0.10
4-
- 0.8
3+
- "0.10"
4+
- "0.8"
55

66
env:
77
global:

0 commit comments

Comments
 (0)