Commit 5a67af1d authored by yann300's avatar yann300

remove remix-solidity unit testing from circleci

parent c6bdc89d
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment