remove remix-solidity unit testing from circleci

pull/7/head
yann300 6 years ago
parent c6bdc89d58
commit 5a67af1d5a
  1. 11
      .circleci/config.yml
  2. 1
      remix-solidity/package.json

@ -14,16 +14,6 @@ jobs:
- run: npm install && npm run bootstrap
- run: cd remix-lib && npm test
remix-solidity:
docker:
- image: circleci/node:7.10
environment:
working_directory: ~/repo
steps:
- checkout
- run: npm install && npm run bootstrap
- run: cd remix-solidity && npm test
remix-debug:
docker:
- image: circleci/node:7.10
@ -49,7 +39,6 @@ workflows:
build_all:
jobs:
- remix-lib
- remix-solidity
- remix-debug
- remix-analyzer

@ -29,7 +29,6 @@
"webworkify": "^1.2.1"
},
"scripts": {
"test": "standard && npm run downloadsolc && tape ./test/tests.js",
"downloadsolc": "cd node_modules/solc && (test -e soljson.js || wget --no-check-certificate https://solc-bin.ethereum.org/soljson.js) && cd ..",
"prepublish": "mkdirp build; npm-run-all -ls downloadsolc",
"postinstall": "npm-run-all -ls downloadsolc"

Loading…
Cancel
Save