chore: add set -e to web3 travis script to fail job on error
This commit is contained in:
committed by
Justin Starry
parent
66e03822a8
commit
df7e40f0bd
@ -1,5 +1,7 @@
|
||||
# |source| this file
|
||||
|
||||
set -ex
|
||||
|
||||
ls -l lib
|
||||
test -r lib/index.iife.js
|
||||
test -r lib/index.cjs.js
|
||||
|
Reference in New Issue
Block a user