Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 3fe9ea6

Browse files
committed
Always install solidity dependencies
1 parent a9f27d3 commit 3fe9ea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis/install_solc.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ then
1717
unzip solidity-ubuntu-trusty.zip
1818
echo "Solidity installed at $HOME/solc-versions/solc-$SOLC_VERSION/solc"
1919
tree $HOME/solc-versions/solc-$SOLC_VERSION
20+
else
21+
./solidity/scripts/install_deps.sh
2022
fi
2123

2224
if [ -f $HOME/.bin/solc ]

0 commit comments

Comments
 (0)