Skip to content

Commit

Permalink
Update .circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 10, 2018
1 parent bb4b700 commit dcf3324
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: "9"
version: 9.3.0
dependencies:
cache_directories:
- ~/.cache/yarn
override:
- yarn
test:
override:
- npm test
- yarn test

0 comments on commit dcf3324

Please sign in to comment.