diff --git a/.travis.yml b/.travis.yml index fca3bcdb..8104af07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ install: before_script: - env | sort + - wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash - cd "$VERSION/$VARIANT" - image="julia:$VARIANT" - | @@ -24,8 +25,13 @@ before_script: fi script: - - travis_retry docker build -t "$image" . - - ~/official-images/test/run.sh "$image" + - | + ( + set -Eeuo pipefail + set -x + docker build -t "$image" . + ~/official-images/test/run.sh "$image" + ) after_script: - docker images