Skip to content

Commit

Permalink
Merge pull request #155 from infosiftr/pgp-happy-eyeballs
Browse files Browse the repository at this point in the history
Add "pgp-happy-eyeballs" in Travis to help cut down on gpg-related issues
  • Loading branch information
tianon authored Jul 30, 2018
2 parents 8007e7e + 26adecc commit 400cbe7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ install:

before_script:
- env | sort
- wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash
- cd "$VERSION"
- image="redis:${VERSION}${VARIANT:+-$VARIANT}"

script:
- travis_retry docker build -t "$image" "${VARIANT:-.}"
- ~/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
Expand Down

0 comments on commit 400cbe7

Please sign in to comment.