Skip to content

Commit

Permalink
solc-version: update embark test
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Aug 15, 2020
1 parent 0caada3 commit 8f56580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis_test_embark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd embark_demo || exit 255
npm install
slither . --embark-overwrite-config

if [ $? -eq 3 ]
if [ $? -eq 4 ]
then
exit 0
fi
Expand Down

0 comments on commit 8f56580

Please sign in to comment.