diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-07-27 15:02:25 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-07-27 15:02:25 -0500 |
| commit | 7d0c07cd3963a48ebaae168f76191affca780dae (patch) | |
| tree | 3cc988a8baa29bd53cdfa21e1093dddae4b7d32b /ci | |
| parent | 5e83dc295e020b635863c003a614f9fb895daa9a (diff) | |
travis: install linker
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/install.sh | 2 | ||||
| -rw-r--r-- | ci/script.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
