From 7d0c07cd3963a48ebaae168f76191affca780dae Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 27 Jul 2017 15:02:25 -0500 Subject: travis: install linker --- ci/install.sh | 2 +- ci/script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/install.sh b/ci/install.sh index 6e7fcc2..efb4882 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -1,4 +1,4 @@ -set -ex +set -euxo pipefail main() { case $TARGET in diff --git a/ci/script.sh b/ci/script.sh index 5b9cea7..6b85502 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -1,4 +1,4 @@ -set -ex +set -euxo pipefail main() { if [ $TARGET = x86_64-unknown-linux-gnu ]; then -- cgit v1.2.3