Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit a1716d0

Browse files
committed
Merge pull request #246 from twbs/node-js-12
Travis CI: use node.js v0.12
2 parents dd729d7 + 16ac73f commit a1716d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"language": "node_js",
3-
"node_js": ["0.10"],
3+
"node_js": ["0.12"],
44
"before_install": [
55
"travis_retry sudo pip install -r test-infra/requirements.txt",
66
"rvm use 1.9.3 --fuzzy",

0 commit comments

Comments
 (0)