Skip to content

Commit

Permalink
235 circleci green! closes steemit#235.
Browse files Browse the repository at this point in the history
* added node version in circle.yml

* create dev config file from example for testing

* scaling back tests :(
  • Loading branch information
sneak committed Sep 12, 2016
1 parent da3d33c commit 1ceda56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
machine:
node:
version: 6.4.0

test:
pre:
- cp config/steem-example.json config/steem-dev.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build": "NODE_ENV=production babel-node ./node_modules/.bin/webpack --stats --config ./webpack/prod.config.js",
"mocha": "NODE_ENV=test mocha ./mocha.setup.js",
"test": "npm run mocha -- app/**/*.test.js app/**/**/*.test.js server/*.test.js shared/**/*.test.js shared/*/test/*",
"test": "npm run mocha -- shared/**/*.test.js shared/*/test/*",
"test:watch:all": "npm test -- --watch --watch-extensions jsx",
"test:watch": "npm run mocha -- --watch --watch-extensions jsx",
"prod": "NODE_ENV=production ./node_modules/babel-cli/bin/babel-node.js server/index.js",
Expand Down

0 comments on commit 1ceda56

Please sign in to comment.