Skip to content

Commit

Permalink
Update travis node to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Oct 26, 2015
1 parent 7455a89 commit fbbb123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "stable"
- "4.2.1"
script:
- npm run lint
- npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "~0.1",
"karma-phantomjs-launcher": "~0.2",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.3",
"node-libs-browser": "^0.5.2",
Expand Down

0 comments on commit fbbb123

Please sign in to comment.