add remix-analyzer circle ci

pull/3094/head
yann300 7 years ago
parent 9360511733
commit 32a0505866
  1. 11
      .circleci/config.yml

@ -33,6 +33,16 @@ jobs:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-debug && npm test
remix-analyzer:
docker:
- image: circleci/node:7.10
environment:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-analyzer && npm test
workflows:
version: 2
@ -41,4 +51,5 @@ workflows:
- remix-lib
- remix-solidity
- remix-debug
- remix-analyzer

Loading…
Cancel
Save