Skip to content

Commit

Permalink
use explicit ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 14, 2016
1 parent 82da272 commit 9a8e5d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ machine:

test:
override:
- npm run ci
- npm run lint
- npm run flow
- npm run test:cover
- npm run test:ssr

0 comments on commit 9a8e5d6

Please sign in to comment.