From df7e40f0bd25d92ac9570518fb98beebdaabeef4 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Thu, 18 Jun 2020 15:19:08 +0800 Subject: [PATCH] chore: add set -e to web3 travis script to fail job on error --- web3.js/.travis/script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web3.js/.travis/script.sh b/web3.js/.travis/script.sh index 8257f1b6de..74361ace0d 100644 --- a/web3.js/.travis/script.sh +++ b/web3.js/.travis/script.sh @@ -1,5 +1,7 @@ # |source| this file +set -ex + ls -l lib test -r lib/index.iife.js test -r lib/index.cjs.js