diff options
-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 cd6deb75..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/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 |