Skip to content

Commit

Permalink
chore: add circle.yml.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mori-dev committed Nov 23, 2016
1 parent 486e8ac commit b9bd026
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions circle.yml.sample
@@ -0,0 +1,19 @@
machine:
node:
version: 6.7.0
timezone: Asia/Tokyo
post:
- npm install -g npm@3.10.7
- npm install -g yarn@0.17.6
dependencies:
cache_directories:
- "~/.yarn-cache"
pre:
- yarn --version
override:
- yarn install
test:
override:
- npm run lint
- npm run typecheck
- npm run test

0 comments on commit b9bd026

Please sign in to comment.