Skip to content

Commit

Permalink
use ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 13, 2016
1 parent f90b696 commit 209b421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ machine:

test:
override:
- npm run lint
- npm run flow
- npm run test:cover # only run unit tests in Phantom for now before we setup SauceLabs
- npm run test:ssr
- npm run ci
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dev:test": "karma start build/karma.dev.config.js",
"dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js",
"test": "npm run lint && flow check && npm run test:unit && npm run test:e2e && npm run test:ssr",
"ci": "npm run lint && flow check && npm run test:cover && npm run test:ssr",
"build": "NODE_ENV=production node build/build.js",
"lint": "eslint src build test",
"flow": "flow check",
Expand Down

0 comments on commit 209b421

Please sign in to comment.