Skip to content

Commit

Permalink
updated travis file to new version of node. #50
Browse files Browse the repository at this point in the history
  • Loading branch information
des-des committed Dec 8, 2015
1 parent a40322c commit 1afe256
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,3 +1,3 @@
language: node_js
node_js:
- 0.12
- 4.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dev:start": "webpack-dev-server --hot --inline --progress --colors --config webpack.development.config.js",
"build": "webpack --config webpack.production.config.js --progress --colors",
"dev": "webpack-dev-server --hot --inline --progress --colors --config webpack.development.config.js",
"postinstall": "build"
"postinstall": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1afe256

Please sign in to comment.