mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4206 from ethereum/050-testing
Use temporary fork of Gnosis/Zeppelin contracts
This commit is contained in:
commit
d035561992
@ -56,5 +56,6 @@ function test_truffle
|
||||
rm -rf "$DIR"
|
||||
}
|
||||
|
||||
test_truffle Gnosis https://github.com/gnosis/gnosis-contracts.git
|
||||
test_truffle Zeppelin https://github.com/OpenZeppelin/zeppelin-solidity.git
|
||||
# Using our temporary fork here. Hopefully to be merged into upstream after the 0.5.0 release.
|
||||
test_truffle Gnosis https://github.com/axic/pm-contracts.git -b solidity-050
|
||||
test_truffle Zeppelin https://github.com/axic/openzeppelin-solidity.git -b solidity-050
|
||||
|
Loading…
Reference in New Issue
Block a user