diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-30 23:46:27 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-30 23:47:11 +0800 |
commit | 396b1883525d5dcfd8cb3b09a3d3b50fde4c3dca (patch) | |
tree | a75a811013b8756e153a734c006f02662e772461 /test/externalTests.sh | |
parent | faf96e8e3fb3feb4d9a6a18b77c9e3359d078630 (diff) | |
download | dexon-solidity-396b1883525d5dcfd8cb3b09a3d3b50fde4c3dca.tar.gz dexon-solidity-396b1883525d5dcfd8cb3b09a3d3b50fde4c3dca.tar.zst dexon-solidity-396b1883525d5dcfd8cb3b09a3d3b50fde4c3dca.zip |
Use temporary fork of Gnosis/Zeppelin contracts
Hopefully to be merged into upstream after the 0.5.0 release.
Diffstat (limited to 'test/externalTests.sh')
-rwxr-xr-x | test/externalTests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/externalTests.sh b/test/externalTests.sh index 68e8080c..1565d04f 100755 --- a/test/externalTests.sh +++ b/test/externalTests.sh @@ -56,5 +56,6 @@ function test_truffle rm -rf "$DIR" } -test_truffle Gnosis https://github.com/gnosis/pm-contracts.git -test_truffle Zeppelin https://github.com/OpenZeppelin/openzeppelin-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 |