mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Switches to forks of external projects.
This commit is contained in:
parent
147120ba47
commit
af790cec5e
@ -31,7 +31,7 @@ function test_fn { npm test; }
|
||||
function gnosis_safe_test
|
||||
{
|
||||
OPTIMIZER_LEVEL=1
|
||||
truffle_setup https://github.com/gnosis/safe-contracts.git development
|
||||
truffle_setup https://github.com/erak/safe-contracts.git development_060
|
||||
run_install install_fn
|
||||
|
||||
CONFIG=$(find_truffle_config)
|
||||
|
@ -31,7 +31,7 @@ function test_fn { npm run test; }
|
||||
function zeppelin_test
|
||||
{
|
||||
OPTIMIZER_LEVEL=1
|
||||
truffle_setup https://github.com/OpenZeppelin/openzeppelin-solidity.git master
|
||||
truffle_setup https://github.com/erak/openzeppelin-solidity.git master_060
|
||||
run_install install_fn
|
||||
|
||||
CONFIG="truffle-config.js"
|
||||
|
Loading…
Reference in New Issue
Block a user