diff options
author | 2017-07-27 15:02:25 -0500 | |
---|---|---|
committer | 2017-07-27 15:02:25 -0500 | |
commit | 7d0c07cd3963a48ebaae168f76191affca780dae (patch) | |
tree | 3cc988a8baa29bd53cdfa21e1093dddae4b7d32b /ci/script.sh | |
parent | 5e83dc295e020b635863c003a614f9fb895daa9a (diff) | |
download | rtic-7d0c07cd3963a48ebaae168f76191affca780dae.tar.gz rtic-7d0c07cd3963a48ebaae168f76191affca780dae.tar.zst rtic-7d0c07cd3963a48ebaae168f76191affca780dae.zip |
travis: install linker
Diffstat (limited to 'ci/script.sh')
-rw-r--r-- | ci/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh index 5b9cea7f..6b855024 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 |