Skip to content

Commit

Permalink
Travis: test against node.js 0.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and cvrebert committed Feb 17, 2015
1 parent fd7c69b commit b9aad57
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 121 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
git:
depth: 10
node_js:
- "0.10"
- "0.12"
before_install:
- travis_retry sudo pip install -r test-infra/requirements.txt
- rvm use 1.9.3 --fuzzy
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~3.1.0",
"markdown-it": "^3.0.5",
"npm-shrinkwrap": "^200.0.0",
"npm-shrinkwrap": "^200.1.0",
"time-grunt": "~1.0.0"
},
"engines": {
Expand Down
Loading

0 comments on commit b9aad57

Please sign in to comment.