Update travis node to 4.2.1

old
Javi Velasco 2015-10-26 09:37:55 +01:00
parent 7455a8933d
commit fbbb12301c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- "stable" - "4.2.1"
script: script:
- npm run lint - npm run lint
- npm test - npm test

View File

@ -60,7 +60,7 @@
"karma-chrome-launcher": "^0.2.0", "karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0", "karma-cli": "^0.1.0",
"karma-mocha": "^0.2.0", "karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "~0.1", "karma-phantomjs-launcher": "~0.2",
"karma-webpack": "^1.7.0", "karma-webpack": "^1.7.0",
"mocha": "^2.3.3", "mocha": "^2.3.3",
"node-libs-browser": "^0.5.2", "node-libs-browser": "^0.5.2",