Merge pull request #27 from sc-forks/add-yarn

Add yarn.lock, use yarn on CI
pull/29/head
c-g-e-w-e-k-e- 8 years ago committed by GitHub
commit cd6f6d2bd0
  1. 12
      circle.yml
  2. 3620
      yarn.lock

@ -1,12 +1,18 @@
machine:
node:
version: 6.9.1
version: 6.11.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
pre:
- npm install -g truffle
- rm -rf node_modules/
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- npm run test-cov
- yarn run test-cov
post:
- bash <(curl -s https://codecov.io/bash)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save