chore: add set -e to web3 travis script to fail job on error

This commit is contained in:
Justin Starry 2020-06-18 15:19:08 +08:00 committed by Justin Starry
parent 66e03822a8
commit df7e40f0bd
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# |source| this file
set -ex
ls -l lib
test -r lib/index.iife.js
test -r lib/index.cjs.js