Merge branch 'dev-6-detectors' of github.com:crytic/slither into dev-6-detectors

pull/736/head
Josselin 4 years ago
commit be0fdf0c7c
  1. 2
      scripts/ci_test_truffle.sh

@ -15,7 +15,7 @@ npm install -g truffle
truffle unbox metacoin
slither .
if [ $? -eq 8 ]
if [ $? -eq 9 ]
then
exit 0
fi

Loading…
Cancel
Save