Browse Source

step 2 test 3

pull/1/merge
guidezSeb 6 years ago
parent
commit
1c8963ba1f
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -12,10 +12,4 @@ jobs:
steps:
# Commands are run in a Windows virtual machine environment
- checkout
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}
- run:
name: Install node-gyp
command: yarn global add node-gyp && yarn install
- run: yarn global add node-gyp && yarn install
Loading…
Cancel
Save