From 89827ed7c11731634c4687d8f734901d1515626b Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 4 Nov 2017 17:27:36 +0100 Subject: [PATCH] bash all the things --- .travis.yml | 10 ++++++---- ci/before_deploy.sh | 2 +- ci/script.sh | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6752dc6..7ebc88d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,19 +28,21 @@ matrix: - env: TARGET=i686-apple-darwin os: osx # old nightly to work around rust-lang/cargo#4699 - rust: nightly-2017-10-04 + rust: nightly-2017-10-10 - env: TARGET=x86_64-apple-darwin os: osx rust: nightly + # old nightly to work around rust-lang/cargo#4699 + rust: nightly-2017-10-10 install: - - sh ci/install.sh + - bash ci/install.sh script: - - sh ci/script.sh + - bash ci/script.sh before_deploy: - - sh ci/before_deploy.sh + - bash ci/before_deploy.sh deploy: api_key: diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 7220784..314af05 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -1,4 +1,4 @@ -set -ex +set -euxo pipefail main() { local src=$(pwd) \ diff --git a/ci/script.sh b/ci/script.sh index 7e0191e..72fa698 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -1,4 +1,4 @@ -set -ex +set -euxo pipefail main() { cross build --target $TARGET