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 truffle unbox metacoin
slither . slither .
if [ $? -eq 8 ] if [ $? -eq 9 ]
then then
exit 0 exit 0
fi fi

Loading…
Cancel
Save