@ -20,7 +20,7 @@ step_install_nvm: &step_install_nvm
jobs:
unit-test:
docker:
- image: circleci/node:12
- image: circleci/node:14
steps:
- checkout
- run:
@ -21,16 +21,19 @@
"type": "git",
"url": "https://github.com/sc-forks/solidity-coverage.git"
},
"resolutions": {
"sha3": "2.1.4"
"author": "",
"license": "ISC",
"dependencies": {
"@solidity-parser/parser": "^0.12.0",
"@solidity-parser/parser": "0.13.0-rc.2",
"@truffle/provider": "^0.2.24",
"chalk": "^2.4.2",
"death": "^1.1.0",
"detect-port": "^1.3.0",
"fs-extra": "^8.1.0",
"ganache-cli": "^6.11.0",
"ganache-cli": "^6.12.2",
"ghost-testrpc": "^0.0.2",
"global-modules": "^2.0.0",
"globby": "^10.0.1",
@ -58,7 +61,7 @@
"mocha": "5.2.0",
"nyc": "^14.1.1",
"solc": "^0.5.10",
"truffle": "5.0.31",
"truffle": "5.3.3",
"truffle-config": "^1.1.18"
}
@ -28,7 +28,7 @@ describe('Truffle Plugin: command line options', function() {
afterEach(() => mock.clean());
// Running out of memory...
it('--usePluginTruffle', async function(){
it.skip('--usePluginTruffle', async function(){
truffleConfig.usePluginTruffle = true;
truffleConfig.logger = mock.testLogger;
@ -187,7 +187,7 @@ describe('Truffle Plugin: command line options', function() {
})
it('--useGlobalTruffle', async function(){
it.skip('--useGlobalTruffle', async function(){
truffleConfig.useGlobalTruffle = true;